Data Science with Python — Easy
Key points
- This function specifically counts missing values, not the total number of rows or the sum of all numeric values.
- It helps in data preprocessing by highlighting columns with missing data.
- The result is a Series with column names as indices and the count of missing values as values.
Ready to go further?
Related questions
