Skip to content

DOC: Fix SA01 Docstring Errors for DataFrame #58364

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 4 commits into from
Apr 22, 2024

Conversation

gboeker
Copy link
Contributor

@gboeker gboeker commented Apr 21, 2024

Fixed SA01 issues for the following methods:

pandas.DataFrame.__iter__
pandas.DataFrame.columns
pandas.DataFrame.droplevel

Fixed functions also removed from code_checks.sh

@mroeschke mroeschke added the Docs label Apr 22, 2024
@mroeschke mroeschke added this to the 3.0 milestone Apr 22, 2024
@mroeschke mroeschke marked this pull request as ready for review April 22, 2024 17:16
@mroeschke mroeschke merged commit 5db3196 into pandas-dev:main Apr 22, 2024
49 of 50 checks passed
@mroeschke
Copy link
Member

Thanks @gboeker

(Note: if your PR doesn't completely close the linked issue, could you replace closes with xref next time)

@gboeker gboeker deleted the DataFrame-docstring branch April 22, 2024 17:18
kvnwng11 pushed a commit to kvnwng11/pandas that referenced this pull request Apr 22, 2024
* DataFrame.__iter__ fix SA01

* add See Also for DataFrame.column

* DataFrame.droplevel SA01 fixed

* remove pandas.Series.droplevel from code_checks.sh
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
* DataFrame.__iter__ fix SA01

* add See Also for DataFrame.column

* DataFrame.droplevel SA01 fixed

* remove pandas.Series.droplevel from code_checks.sh
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