xorbits.pandas.groupby.DataFrameGroupBy.cumprod#

DataFrameGroupBy.cumprod(axis=0)#

Cumulative product for each group.

Return type

Series or DataFrame

See also

Series.groupby

Apply a function groupby to a Series.

DataFrame.groupby

Apply a function groupby to each row or column of a DataFrame.

This