7xGit / 7xGit/7xGit_Task7

Clean null values and duplicates

Open Beginner friendly
#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

Research direction

The work is in main.ipynb. Start by loading the dataset, then use df.isnull().sum() to check for nulls, and df.dropna() and df.drop_duplicates() to clean. Print the shape before and after cleaning. Ensure the code is clean and well-commented as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
pandas, python
Domain
data
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
90/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.