polars.Series.cumprod#

Series.cumprod(*, reverse: bool = False) Series[source]#

Get an array with the cumulative product computed at every element.

Deprecated since version 0.19.14: This method has been renamed to cum_prod().

Parameters:
reverse

reverse the operation.