A

Admin • 828.03K Points
Coach

Q. Which is used to find the mode of a Series?

  • (A) df['col'].mean()
  • (B) df['col'].sum()
  • (C) df['col'].mode()
  • (D) df['col'].median()
  • Correct Answer - Option(C)
  • Views: 4
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`mode()` returns the most frequent value(s) in a Series.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.