7xGit / 7xGit/7xGit_Task7

Clean null values and duplicates

未关闭 适合新手
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
good first issue
主要语言
没有语言数据
星标
1
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

📂 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.

贡献指南

这个仓库没有索引到贡献指南

调研方向

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.

由索引模型根据 Issue 内容生成。

评估

技术栈
pandas, python
领域
data
Issue 类型
缺陷
难度
1/5
预计耗时
1 小时以内
活跃度
停滞
描述清晰度
描述清楚
新手友好度
90/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。