A

Admin • 828.03K Points
Coach

Q. How do you check for missing values in a DataFrame?

  • (A) df.checkna()
  • (B) df.hasna()
  • (C) df.isnull()
  • (D) df.missing()
  • Correct Answer - Option(C)
  • Views: 7
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`isnull()` returns a DataFrame of boolean values indicating missing data.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.