Skip to content

DOCS: fix docstring validation errors for pandas.Series #59602

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

Merged
merged 6 commits into from
Aug 25, 2024

Conversation

hlakams
Copy link
Contributor

@hlakams hlakams commented Aug 25, 2024

Partially addresses #59592

Fixes:

 -i "pandas.Series.pop SA01" \
 -i "pandas.Series.list.__getitem__ SA01" \
 -i "pandas.Series.list.flatten SA01" \
 -i "pandas.Series.list.len SA01" \
 -i "pandas.Series.reorder_levels RT03,SA01" \
 -i "pandas.Series.sparse.density SA01" \
 -i "pandas.Series.gt SA01" \
 -i "pandas.Series.lt SA01" \
 -i "pandas.Series.ne SA01" \
 -i "pandas.Series.prod RT03" \
 -i "pandas.Series.product RT03" \

@hlakams hlakams requested a review from mroeschke as a code owner August 25, 2024 14:13
@mroeschke mroeschke added the Docs label Aug 25, 2024
@mroeschke mroeschke added this to the 3.0 milestone Aug 25, 2024
@mroeschke mroeschke merged commit 631ab35 into pandas-dev:main Aug 25, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @hlakams

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