cudf.core.window.rolling.Rolling.max# Rolling.max(*args, **kwargs) → DataFrame | Series[source]# Calculate the rolling maximum. Returns: Series or DataFrameReturn type is the same as the original object.