-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Add note to docstring DataFrame.compare about identical labels #35492
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
DOC: Add note to docstring DataFrame.compare about identical labels #35492
Conversation
Hello @erfannariman! 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-01 16:35:46 UTC |
@simonjayhawkins do you have time to check this PR? Thanks |
will look soon |
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.
Thanks @erfannariman for the PR. generally lgtm. ex @MarcoGorelli comment and explicit mention of ValueError
in a raises section.
@MarcoGorelli I added |
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.
Thanks @erfannariman lgtm pending green
@MarcoGorelli Do you have any idea what's the cause of this test failing? I can't figure out. |
fixed in #36011, restarted job so should pass. |
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.
Thanks! Another couple of comments, should be good after this
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.
Great, thanks @erfannariman !
ping @jreback |
LGTM |
Thanks @erfannariman |
…andas-dev#35492) * [IMP] - pandas-dev#35491 - added note docstring * [FIX] - pandas-dev#35491 - remove trailing whitespace * [IMP] - pandas-dev#35491 - added explanation about shape * [FIX] - pandas-dev#35491 - labelS * [FIX] - 35491 - removed add * added Raises section * Fix raise section * Removed trailing whitespace * Adjustments after review * Removed trailing whitespace
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff