You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if there is any way to calculate grouped rolling statistics using functime.preprocessing.roll alike using group_by argument in .rolling() method of the recent Polars version?
Thanks for such a wonderful library!
I'm wondering if there is any way to calculate grouped rolling statistics using functime.preprocessing.roll alike using
group_byargument in.rolling()method of the recent Polars version?