cudf.core.groupby.SeriesGroupBy.rolling#

SeriesGroupBy.rolling(*args, **kwargs)[source]#

Returns a RollingGroupby object that enables rolling window calculations on the groups.

See also

cudf.core.window.rolling.RollingGroupby