EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Rolls up data into groups based on the rolling window that it belongs to. Used to define window aggregates, the streaming analog of batch aggregates.
Name | Type | Description |
---|---|---|
window | px.Duration | the size of the rolling window. |
px.DataFrame
: DataFrame grouped into rolling windows. Must apply either a groupby or an aggregate on the returned DataFrame.