pandas.core.groupby.DataFrameGroupBy.cummax# DataFrameGroupBy.cummax(axis=0, numeric_only=False, **kwargs)[source]# Cumulative max for each group. Returns Series or DataFrame See also Series.groupbyApply a function groupby to a Series. DataFrame.groupbyApply a function groupby to each row or column of a DataFrame.