Write two methods generally used for handling missing values.
3 Likes
The dropna() and fillna() are the two methods used for handling missing values in a DataFrame.
dropna()
fillna()
Answered By
What does hist() do ?
What are missing values in a dataset ?
What is the difference between dropna() and fillna() ?
To iterate over horizontal subsets of DataFrame, …………… function may be used.