pandas.core.window.Expanding.max — pandas 0.24.2 documentation (original) (raw)

Expanding. max(*args, **kwargs)[source]

Calculate the expanding maximum.

Parameters: *args, **kwargs Arguments and keyword arguments to be passed into func.
Returns: Series or DataFrame Return type is determined by the caller.

See also

Series.expanding

Series expanding.

DataFrame.expanding

DataFrame expanding.