xorbits.pandas.groupby.SeriesGroupBy.cummin#
- SeriesGroupBy.cummin(axis=0)#
Cumulative min for each group.
See also
Series.groupbyApply a function groupby to a Series.
DataFrame.groupbyApply a function groupby to each row or column of a DataFrame.
This docstring was copied from pandas.core.groupby.generic.SeriesGroupBy.