A

Admin • 802.91K Points
Coach

Q. Which method finds the cumulative sum of a column?

  • (A) sum()
  • (B) cumsum()
  • (C) cumulativesum()
  • (D) accumulate()
  • Correct Answer - Option(B)
  • Views: 4
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`cumsum()` returns the cumulative sum of a Series.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.