Skip to content

Conversation

milamathias
Copy link

Ran docstring validation for all methods in the issue fixed by other contributors:

scripts/validate_docstrings.py pandas.core.groupby.DataFrameGroupBy.boxplot
scripts/validate_docstrings.py pandas.core.groupby.DataFrameGroupBy.get_group
scripts/validate_docstrings.py pandas.core.groupby.DataFrameGroupBy.indices
scripts/validate_docstrings.py pandas.core.groupby.DataFrameGroupBy.nth
scripts/validate_docstrings.py pandas.core.groupby.DataFrameGroupBy.nunique
scripts/validate_docstrings.py pandas.core.groupby.DataFrameGroupBy.sem
scripts/validate_docstrings.py pandas.core.groupby.SeriesGroupBy.get_group
scripts/validate_docstrings.py pandas.core.groupby.SeriesGroupBy.indices
scripts/validate_docstrings.py pandas.core.groupby.SeriesGroupBy.is_monotonic_decreasing
scripts/validate_docstrings.py pandas.core.groupby.SeriesGroupBy.is_monotonic_increasing
scripts/validate_docstrings.py pandas.core.groupby.SeriesGroupBy.nth
scripts/validate_docstrings.py pandas.core.groupby.SeriesGroupBy.sem

And fixed the PR02 errors in:

 -i "pandas.core.groupby.DataFrameGroupBy.plot PR02" \ 
 -i "pandas.core.groupby.SeriesGroupBy.plot PR02" \ 

All validation tests now pass with the exception of a couple of ES01 errors, which can be ignored as stated. Issue #60365 can be closed after this PR merges.

@milamathias milamathias changed the title fix plot PR02 validation errors DOC: Fix docstring validation errors for pandas.core.groupby Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Fix docstring validation errors for pandas.core.groupby

1 participant