A

Admin • 831.35K Points
Coach

Q. Which function returns the number of non-null elements in each column?

  • (A) df.size()
  • (B) df.count()
  • (C) df.length()
  • (D) df.total()
  • Correct Answer - Option(B)
  • Views: 13
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`count()` returns non-null element counts for each column.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.