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 Numpy Docstring errors in pandas.api.extensions.ExtensionArray #59605

Merged
merged 7 commits into from
Aug 26, 2024

Conversation

abhinav-thimma
Copy link
Contributor

@abhinav-thimma abhinav-thimma commented Aug 25, 2024

Related to: #58539

Fixes the following docstring checks:

        -i "pandas.api.extensions.ExtensionArray.duplicated RT03,SA01" \
        -i "pandas.api.extensions.ExtensionArray.fillna SA01" \
        -i "pandas.api.extensions.ExtensionArray.insert PR07,RT03,SA01" \
        -i "pandas.api.extensions.ExtensionArray.isin PR07,RT03,SA01" \
        -i "pandas.api.extensions.ExtensionArray.tolist RT03,SA01" \
        -i "pandas.api.extensions.ExtensionArray.unique RT03,SA01" \
        -i "pandas.api.extensions.ExtensionArray.view SA01" \

@abhinav-thimma abhinav-thimma changed the title Extension array DOC: Fix Numpy Docstring errors in pandas.api.extensions.ExtensionArray Aug 25, 2024
@abhinav-thimma abhinav-thimma marked this pull request as ready for review August 26, 2024 01:27
@mroeschke mroeschke added the Docs label Aug 26, 2024
@mroeschke mroeschke added this to the 3.0 milestone Aug 26, 2024
@mroeschke mroeschke merged commit 6fa4eb4 into pandas-dev:main Aug 26, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @abhinav-thimma

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.

3 participants