pandas.core.groupby.GroupBy.cummax

GroupBy.cummax(axis=0, **kwargs)[source]

Cumulative max for each group.

Returns
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.