Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BUG: aggregations were getting overwritten if they had the same name #30858
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: aggregations were getting overwritten if they had the same name #30858
Changes from 7 commits
20049c1
ab685fd
e38e450
cb849a2
521bc1d
ec93c4f
6f9aac8
a8e9121
b857c6d
44d00df
523effb
552063a
5e2e7d2
40f7e31
f8f2d7f
dba7dde
1b43ed1
868a680
5d7f3db
14b2402
829dce8
3469f5d
862b39e
5e3f333
e7629f3
51158ef
447dfea
2693956
aa988a4
7a62f5f
d80ddc5
4f954d4
62d91d1
fb3ba5c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is the DataFrame constructor still required here?
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.
In the test
when we get here we have
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.
@WillAyd have updated with a call to
.to_frame
(if necessary)