Clean null values and duplicates
オープン
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 はまだ評価されていません。