-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Grouping by all columns of an empty DataFrame should produce MultiIndex, but doesn't #32464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Looks to be okay in master now. Could use a test
|
take |
@gabrieldi95 with your permission, I will be retaking this. Cheers! |
take |
YagoGG
added a commit
to YagoGG/pandas
that referenced
this issue
Aug 13, 2022
5 tasks
YagoGG
added a commit
to YagoGG/pandas
that referenced
this issue
Aug 13, 2022
…ndas-dev#32464) Co-authored-by: Richard Shadrach <[email protected]>
YagoGG
added a commit
to YagoGG/pandas
that referenced
this issue
Aug 13, 2022
…ndas-dev#32464) Co-authored-by: Richard Shadrach <[email protected]>
YagoGG
added a commit
to YagoGG/pandas
that referenced
this issue
Aug 13, 2022
…ndas-dev#32464) Co-authored-by: Richard Shadrach <[email protected]>
YagoGG
added a commit
to YagoGG/pandas
that referenced
this issue
Aug 14, 2022
…ndas-dev#32464) Co-authored-by: Richard Shadrach <[email protected]>
mroeschke
pushed a commit
that referenced
this issue
Aug 15, 2022
TST: Check MultiIndex when grouping by all columns of an empty DF (#32464) Co-authored-by: Richard Shadrach <[email protected]> Co-authored-by: Richard Shadrach <[email protected]>
YYYasin19
pushed a commit
to YYYasin19/pandas
that referenced
this issue
Aug 23, 2022
) (pandas-dev#48067) TST: Check MultiIndex when grouping by all columns of an empty DF (pandas-dev#32464) Co-authored-by: Richard Shadrach <[email protected]> Co-authored-by: Richard Shadrach <[email protected]>
noatamir
pushed a commit
to noatamir/pandas
that referenced
this issue
Nov 9, 2022
) (pandas-dev#48067) TST: Check MultiIndex when grouping by all columns of an empty DF (pandas-dev#32464) Co-authored-by: Richard Shadrach <[email protected]> Co-authored-by: Richard Shadrach <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Greetings!
This comes up in cuDF in our tests that check for compatibility with Pandas:
Would it be more consistent for grouping by multiple columns to always result in a MultiIndex?
Edit: Checked with Pandas 1.0.1 as well as 0.25.3 -- same behaviour.
The text was updated successfully, but these errors were encountered: