-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
replace Appender decorator with doc #37384
replace Appender decorator with doc #37384
Conversation
9e06dc2
to
4c42403
Compare
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.
LGTM
4c42403
to
288ed19
Compare
Don't you need to Series.compare and DataFrame.compare too? |
94b6194
to
c422e2c
Compare
Yes. Done. I kept the use to of |
38d4c54
to
fef203a
Compare
Have you checked locally that you get the correctly-rendered docstrings? When I try it with this PR, pandas cant even be imported. |
6899b1a
to
417231d
Compare
You were right. The CI is passing now. |
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.
LGTM
thanks @smartvinnetou |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff