pandas.core.window.Rolling.max — pandas 0.24.0rc1 documentation (original) (raw)
Rolling.
max
(*args, **kwargs)[source]¶
Calculate the rolling 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.rolling
Series rolling.
DataFrame.rolling
DataFrame rolling.