Clean null values and duplicates
Open
good first issue
- Dominant language
- No language data
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
📂 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.