cudf.core.window.rolling.Rolling.count# Rolling.count() → DataFrame | Series[source]# Calculate the rolling count of non NaN observations. Returns: Series or DataFrameReturn type is the same as the original object.