Informatics Practices
Write two methods generally used for handling missing values.
Python Pandas
3 Likes
Answer
The dropna() and fillna() are the two methods used for handling missing values in a DataFrame.
Answered By
3 Likes
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.
Answered By
3 Likes