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 for SeriesGroupBy monotonic and nth #60375

Merged

Conversation

ensalada-de-pollo
Copy link
Contributor

@ensalada-de-pollo ensalada-de-pollo commented Nov 20, 2024

part of #60365

 -i "pandas.core.groupby.SeriesGroupBy.is_monotonic_decreasing SA01" \ 
 -i "pandas.core.groupby.SeriesGroupBy.is_monotonic_increasing SA01" \ 
 -i "pandas.core.groupby.SeriesGroupBy.nth PR02" \ 
 -i "pandas.core.groupby.DataFrameGroupBy.nth PR02" \

@mroeschke mroeschke added the Docs label Nov 20, 2024
@mroeschke mroeschke added this to the 3.0 milestone Nov 20, 2024
@mroeschke mroeschke merged commit 24df015 into pandas-dev:main Nov 20, 2024
54 checks passed
@mroeschke
Copy link
Member

Thanks @ensalada-de-pechuga

gmcrocetti pushed a commit to gmcrocetti/pandas that referenced this pull request Nov 21, 2024
…0375)

* fix docstrings and remove from code_checks.sh

* fix SeriesGroupBy.is_monotonic_decreasing See Also section (decreasing -> increasing)

* remove DataFrameGroupBy.nth from code_checks.sh

---------

Co-authored-by: root <[email protected]>
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