S

Shyam Dubey • 3.70K Points
Extraordinary

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: 7
  • Filed under category Pandas
  • Hashtags:

Explanation by: Shyam Dubey
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.

Be the first to start discuss.