Window#
Rolling objects are returned by .rolling
calls: cudf.DataFrame.rolling()
, cudf.Series.rolling()
, etc.
Rolling window functions#
Calculate the rolling count of non NaN observations. |
|
|
Calculate the rolling sum. |
|
Calculate the rolling mean. |
|
Calculate the rolling variance. |
|
Calculate the rolling standard deviation. |
|
Calculate the rolling min. |
|
Calculate the rolling max. |
|
Calculate the rolling custom aggregation function. |