-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: groupby _cython_agg_blocks implicitly assumes unique columns #31735
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
Is this getting thrown from |
No, it is in the _cython_agg_blocks call, full traceback:
|
Seems to work now. I get the following output on master:
|
this was likely fixed by the recent changes to operate via BlockManager.apply; IIRC those didnt implement any tests specific to this issue |
xref #31616, the two test cases that adds both have unique columns. Editing test_agg_split_object_part_datetime to make columns non-unique breaks it:
cc @WillAyd @TomAugspurger
The text was updated successfully, but these errors were encountered: