-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: SeriesGroupBy.value_counts() raising error on an empty Series #39326
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
BUG: SeriesGroupBy.value_counts() raising error on an empty Series #39326
Conversation
AnnaDaglis
commented
Jan 21, 2021
- closes BUG: SeriesGroupBy.value_counts() raises on an empty Series #39172
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm @AnnaDaglis minor comment, pls ping on green
@jreback Green and ready to go! |
looks good. can you merge master and ping on green (the reason is just merged a PR that changes the hashing of .value_counts()); it should be fine, just making sure. |
@jreback I've merged the master, and it's green |
thanks @AnnaDaglis keep em coming! |