Home / Report Question

Q. Which method is used to calculate the cumulative product of elements over a DataFrame or Series?
  • A. cumprod()
  • B. cumsum()
  • C. prod()
  • D. aggregate()