7xGit / 7xGit/7xGit_Task7

Clean null values and duplicates

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.