S

Sikhar Chaudhary • 5.88K Points
Tutor III

Q. Which method returns a boolean DataFrame indicating where values are null?

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

Explanation by: Sikhar Chaudhary
Both isnull() and isna() return a boolean DataFrame indicating missing (NaN) values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics