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