Skip to content
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 docstrings validation for pandas.core.groupby.DataFrameGroupBy.boxplot #60509

Merged
merged 4 commits into from
Dec 9, 2024

Conversation

jmalp
Copy link
Contributor

@jmalp jmalp commented Dec 6, 2024

Part of Issue #60365

Fixed docstring validation for pandas.core.groupby.DataFrameGroupBy.boxplot

The following errors were addressed:

  • PR07 Parameter "grouped" has no description
  • PR07 Parameter "fontsize" has no description
  • PR07 Parameter "rot" has no description
  • PR07 Parameter "grid" has no description
  • PR07 Parameter "ax" has no description
  • PR07 Parameter "figsize" has no description
  • RT03 Return value has no description
  • RT03 Return value has no description
  • SA01 See Also section not found

@jmalp jmalp requested a review from mroeschke as a code owner December 6, 2024 19:36
@jmalp jmalp changed the title fix docstrings validation for pandas.core.groupby.DataFrameGroupBy.boxplot DOC: fix docstrings validation for pandas.core.groupby.DataFrameGroupBy.boxplot Dec 6, 2024
jmalp added 2 commits December 6, 2024 12:09
… `pandas` prefix, use Series.plot instead."
…t need `pandas` prefix, use DataFrame.boxplot instead."
@mroeschke mroeschke added the Docs label Dec 9, 2024
@mroeschke mroeschke added this to the 3.0 milestone Dec 9, 2024
@mroeschke mroeschke merged commit ca91dd4 into pandas-dev:main Dec 9, 2024
51 of 53 checks passed
@mroeschke
Copy link
Member

Thanks @jmalp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants