-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: fix DataFrame.plot docstrings errors PR09,PR08 #28781
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: fix DataFrame.plot docstrings errors PR09,PR08 #28781
Conversation
this is related to pandas-dev#28702 also fix a few formatting issues related to default arguments and argument ordering
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 - @datapythonista care to take a look?
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.
Couple of things, but looks great, thanks for the fixes
following the convention for long lists of known values braces following the convention for multi type arguments
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.
looks good, thanks for the fixes @josibake
Can you just merge master, so we can merge with green CI please?
@josibake do you mind merging master and fixing the conflicts. This is ready to be merged when you do. Thanks! |
@josibake looks about ready, can you rebase |
@josibake pls rebase |
Closing as stale. Feel free to re-open if you want to continue here. |
this is related to #28702
also fix a few formatting issues
related to default arguments
and argument ordering
black pandas