Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.core.window.Rolling.max

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

rolling maximum

Parameters:

how : string, default ‘max’ (DEPRECATED)

Method for down- or re-sampling

Returns:

same type as input

Scroll To Top