Skip to content

BUG: Fix issue where df.groupby.resample.size returns wide DF instead of MultiIndex Series. #50440

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

Merged
merged 6 commits into from
Jan 4, 2023

Conversation

dicristina
Copy link
Contributor

@dicristina dicristina commented Dec 26, 2022

@dicristina dicristina marked this pull request as ready for review December 26, 2022 19:04
@dicristina dicristina changed the title Fix issue where df.groupby.resample.size returns wide DF instead of MultiIndex Series. BUG: Fix issue where df.groupby.resample.size returns wide DF instead of MultiIndex Series. Dec 26, 2022
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good. Could you resolve the merge conflict?

@mroeschke mroeschke added this to the 2.0 milestone Jan 4, 2023
@mroeschke mroeschke merged commit 6b10bb8 into pandas-dev:main Jan 4, 2023
@mroeschke
Copy link
Member

Thanks @dicristina

@dicristina dicristina deleted the gh46826_GroupbyResampleSize branch January 4, 2023 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Inconsistent return type for groupby-resample-count
2 participants