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
The predicate '[(col("b").cast(Float64)) / (col("b").std())].is_not_nan()'in'when->then->otherwise' is not a valid aggregation and might product a different number of rows than the group_by operation would. This behavior is experimental and may be subject to change
Issue description
I don't quite get why I receive such a warning message. Although the results are correct, I am not sure about the implications of such a warning.
Expected behavior
No warning message.
Installed versions
0.19.3
The text was updated successfully, but these errors were encountered:
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
Log output
Issue description
I don't quite get why I receive such a warning message. Although the results are correct, I am not sure about the implications of such a warning.
Expected behavior
No warning message.
Installed versions
The text was updated successfully, but these errors were encountered: