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 have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
When I use groupyby_dynamic and try to calculate the per-group minimum in a column, the calculated minima are incorrect for windows which partially overlap the bottom of the DataFrame. For these windows, the minimum from the last non-overlapping window is returned.
Polars version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
When I use
groupyby_dynamic
and try to calculate the per-group minimum in a column, the calculated minima are incorrect for windows which partially overlap the bottom of the DataFrame. For these windows, the minimum from the last non-overlapping window is returned.NB. the maxima are calculated as expected.
Reproducible example
Expected behavior
Installed versions
The text was updated successfully, but these errors were encountered: