Clean null values and duplicates
Abierto
good first issue
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 1
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
📂 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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.