Clean null values and duplicates
Aperta
good first issue
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 1
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
📂 Task: Identify and remove any null values and duplicate rows in the dataset.
📌 File to modify: main.ipynb
✅ Expected Output:
Use df.isnull().sum() to check for nulls
Use dropna() and drop_duplicates()
Print shape of dataset before and after cleaning
💡 Keep your code clean and well-commented.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.