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 Docstring validation for pandas.Series.floordiv and others #58725

Merged
merged 4 commits into from
May 15, 2024

Conversation

sam-baumann
Copy link
Contributor

ref: #58504

fixes PR07 in:

pandas.Series.floordiv
pandas.Series.pow
pandas.Series.rmod
pandas.Series.rmod
pandas.Series.rtruediv
pandas.Series.sub
pandas.Series.eq
pandas.Series.ge
pandas.Series.gt
pandas.Series.le
pandas.Series.lt
pandas.Series.ne

@sam-baumann
Copy link
Contributor Author

Also fixes PR07 in Series.:

radd, rsub, rmul, rdiv, rfloordiv, rpow

@mroeschke mroeschke added the Docs label May 15, 2024
@mroeschke mroeschke added this to the 3.0 milestone May 15, 2024
@mroeschke mroeschke merged commit 6694b79 into pandas-dev:main May 15, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @sam-baumann

@sam-baumann sam-baumann deleted the docstring_fix branch May 15, 2024 17:36
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.

None yet

2 participants