hipdf.core.groupby.groupby.DataFrameGroupBy.cumcount

hipdf.core.groupby.groupby.DataFrameGroupBy.cumcount#

21 min read time

Applies to Linux

DataFrameGroupBy.cumcount(ascending: bool = True)#

Return the cumulative count of keys in each group.

Parameters#

ascendingbool, default True

If False, number in reverse, from length of group - 1 to 0. Currently not supported