S

Sikhar Chaudhary • 5.88K Points
Tutor III

Q. Which pandas function is used to check if elements in a DataFrame are null?

  • (A) isnull()
  • (B) isna()
  • (C) Both A and B
  • (D) notnull()
  • Correct Answer - Option(C)
  • Views: 25
  • Filed under category Pandas

Explanation by: Sikhar Chaudhary
Both isnull() and isna() can be used interchangeably to detect missing values in pandas.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics