cudf.core.window.rolling.Rolling.max#

Rolling.max(*args, **kwargs) DataFrame | Series[source]#

Calculate the rolling maximum.

Returns:
Series or DataFrame

Return type is the same as the original object.