Window#
2025-05-05
20 min read time
Rolling objects are returned by .rolling calls: hipdf.DataFrame.rolling(), hipdf.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. |