Skip to content

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

KevsterAmp pushed a commit to KevsterAmp/pandas that referenced this pull request Mar 12, 2025
…By.boxplot (pandas-dev#60509)

* fix docstrings validation for pandas.core.groupby.DataFrameGroupBy.boxplot

* fix trailing whitespace

* fix the error "pandas.Series.plot in `See Also` section does not need `pandas` prefix, use Series.plot instead."

* fix the error "pandas.DataFrame.boxplot in `See Also` section does not need `pandas` prefix, use DataFrame.boxplot instead."
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