-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Check kwargs description for all df and series plot submethods #20348
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
Comments
Yes, good idea. Also some others things varied a bit between PRs (the see also's, the return value (whether ndarray was explained), the summary line), those probably can use a clean-up as well when all plotting PRs are in. |
Cool. I have the list of df.plot method my local chapter (BCN) worked on so I can check this. Apart from the kwargs description, can you comment on the rest of sections do you think that need consolidation? I'm not sure about what are the divergences in the "see also" and summary line that we would need to unify. |
I would check some general things like:
|
After the Pandas Sprint we have had many changes, see in a week or so if they are consistent. See #20155 (comment)
The description of this parameter for all
df/series.plot.*
methods should be(respectively with
pandas.DataFrame.plot
)Assign to myself.
The text was updated successfully, but these errors were encountered: