7xGit / 7xGit/7xGit_Task7

Clean null values and duplicates

オープン
#2 コメント 0 件 リアクション 0 件 担当者 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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。