CBSE Class 12 Informatics Practices Question 12 of 101

Python Pandas — II — Question 8

Back to all questions
8
Question

Question 8

Write two methods generally used for handling missing values.

Answer

The dropna() and fillna() are the two methods used for handling missing values in a DataFrame.