Advertisements
Advertisements
Question
What are the strategies to handle missing values?
Very Short Answer
Advertisements
Solution
The strategies to handle missing values are:
- Remove missing values using
dropna(). - Replace missing values using
fillna(). - Fill missing values with the mean, median, or mode of the data.
shaalaa.com
Is there an error in this question or solution?
