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
Random semi-related question to help my Polars knowledge:
Would the code outlined in this example (groupby -> semi-join) be faster, slower, or similar in performance when compared to window -> filter? I'm guessing the window approach would be faster.
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
This issue was introduced with
0.15.17
.Reproducible example
Expected behavior
I expect the code to execute normally.
Installed versions
The text was updated successfully, but these errors were encountered: