CBSE Class 12 Informatics Practices Question 58 of 101

Python Pandas — II — Question 13

Back to all questions
13
Question

Question 13

To drop missing values from a DataFrame, the function used is delna().

Answer

False

Reason — To drop missing values from a DataFrame, the function used is dropna().