-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: GH36212 DataFrame agg() raises error when DataFrame column name is name
#36224
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: GH36212 DataFrame agg() raises error when DataFrame column name is name
#36224
Conversation
bc9fa34
to
b63517c
Compare
Hello @leonarduschen! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-09-12 21:56:55 UTC |
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.
@phofl all done!
fd6fc51
to
07afd3e
Compare
07afd3e
to
a863e0d
Compare
@jreback @rhshadrach done! |
name
name
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.
One small request, otherwise lgtm.
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.
@leonarduschen can you add a whatsnew note, 1.2, bug fix section in reshaping section
thanks @leonarduschen |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff