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 Errors for pandas.api.extensions.ExtensionArray #58540

Merged
merged 7 commits into from
May 2, 2024

Conversation

gboeker
Copy link
Contributor

@gboeker gboeker commented May 2, 2024

Fixed SA01 issues for the following methods:

 -i "pandas.api.extensions.ExtensionArray SA01" \ 
 -i "pandas.api.extensions.ExtensionArray._accumulate RT03,SA01" \ 
 -i "pandas.api.extensions.ExtensionArray._concat_same_type PR07,SA01" \ 
 -i "pandas.api.extensions.ExtensionArray._formatter SA01" \ 
 -i "pandas.api.extensions.ExtensionArray._from_sequence SA01" \ 

Fixed functions also removed from code_checks.sh

@gboeker gboeker requested a review from mroeschke as a code owner May 2, 2024 22:34
@gboeker gboeker changed the title Extensionarray DOC: Fix SA01 Docstring Errors for pandas.api.extensions.ExtensionArray May 2, 2024
@gboeker gboeker changed the title DOC: Fix SA01 Docstring Errors for pandas.api.extensions.ExtensionArray DOC: Fix Docstring Errors for pandas.api.extensions.ExtensionArray May 2, 2024
@mroeschke mroeschke added the Docs label May 2, 2024
@mroeschke mroeschke added this to the 3.0 milestone May 2, 2024
@mroeschke mroeschke merged commit 3829c94 into pandas-dev:main May 2, 2024
48 checks passed
@mroeschke
Copy link
Member

Thanks @gboeker

@gboeker gboeker deleted the extensionarray branch May 2, 2024 23:55
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…andas-dev#58540)

* fix line too long

* fix docstring errors for pandas.api.extensions.ExtensionArray._accumulate

* fix SA01 error for pandas.api.extensions.ExtensionArray._concat_same_type

* fix PR07 error for pandas.api.extensions.ExtensionArray._concat_same_type

* fix docstring issues for pandas.api.extensions.ExtensionArray._formatter

* delete extra lines

* docstring errors fixed for pandas.api.extensions.ExtensionArray._from_sequence
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