A

Admin • 828.03K Points
Coach

Q. Which method allows applying custom row-wise functions?

  • (A) map()
  • (B) applymap()
  • (C) apply() with axis=1
  • (D) transform()
  • Correct Answer - Option(C)
  • Views: 4
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`apply()` with `axis=1` applies a function row-wise.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.