Skip to content

Commit

Permalink
Update group_by_rolling (deprecated) to rolling in user guide
Browse files Browse the repository at this point in the history
Deprecated since version 0.19.9: This method has been renamed to DataFrame.rolling().
  • Loading branch information
MoizesCBF authored Jan 3, 2025
1 parent 9ce1c07 commit 4effc3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ aggregating expressions. In turn, we can specify as many aggregating expressions
--8<-- "python/user-guide/concepts/expressions.py:group_by-3"
```

See also `group_by_dynamic` and `group_by_rolling` for other grouping contexts.
See also `group_by_dynamic` and `rolling` for other grouping contexts.

## Expression expansion

Expand Down

0 comments on commit 4effc3d

Please sign in to comment.