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
github-actionsbot
changed the title
[Local Testing] Group by in empty dataframe adds "phantom" row with NULL group by key
SNOW-1889503: [Local Testing] Group by in empty dataframe adds "phantom" row with NULL group by key
Jan 20, 2025
Please answer these questions before submitting your issue. Thanks!
3.11.11
Linux-6.8.0-51-generic-x86_64-with-glibc2.39
pip freeze
)?N/A
What did you do?
Performing a group by on an empty dataframe produces a dataframe with a row where the key is NULL.
Simple reproducible example:
What did you expect to see?
An empty DataFrame should be shown.
However, we obtain the following output:
N/A
The text was updated successfully, but these errors were encountered: