seaborn_objects_recipes.recipes.rolling#

Classes

Rolling(window, window_type, window_kwargs, ...)

class seaborn_objects_recipes.recipes.rolling.Rolling(window: int = 2, window_type: str | None = None, window_kwargs: dict[str, typing.Any]=<factory>, agg: str = 'mean')#

Bases: Move

Attributes:
window_type

Methods

__call__(data, groupby, orient, scales)

Call self as a function.