CBSE Class 12 Informatics Practices Question 44 of 101

Python Pandas — II — Question 20

Back to all questions
20
Question

Question 20

Function ............... can be used to drop missing values.

  1. fillna()
  2. isnull()
  3. dropna()
  4. delna()
Answer

dropna()

Reason — The dropna() function in pandas is used to drop rows with missing values.