-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
groupby on single col df results in ValueError on Master, works on 0.18.1 #13530
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
Comments
Hmm, it now does work on master:
I fetched an rebuilt in the meantime, so maybe my pandas master was not built correctly when I tested that. Sorry about that. Anyway, the empty frame is the correct result I think, so we could add a test for this. Do you want to do a PR for this? |
Wish I could but I can't compile pandas on my dev machine due to compiler issues |
@alan-wong If you want tro try to solve those issues and have questions about that, just ask! (but better on https://gitter.im/pydata/pandas, that's a better medium for this instead in an issue) |
@jorisvandenbossche thanks for the link I was completely unaware of that channel I'll join now |
Will add tests and close this. |
On 0.18.1 the following works without error
this results in an empty df:
On Master it results in an error see related: #13393
The text was updated successfully, but these errors were encountered: