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