Loading

Quipoin Menu

Learn • Practice • Grow

python-for-ai / Data Cleaning
exercise
1/5
Exercise 1Python-for-ai
Question

Create a DataFrame with missing values (NaN). Use `df.isnull()` to identify missing values and `df.dropna()` to remove rows with any NaN.