Skip to content

DOC: Fix EX03 flake8 errors in docstrings #56834

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 5 commits into from
Jan 12, 2024

Conversation

luke396
Copy link
Contributor

@luke396 luke396 commented Jan 11, 2024

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

For pandas.Series.cat.set_categories
image

For pandas.Series.plot.bar
image

For pandas.Series.plot.hist
image

Some errors remain, but unrelated to EX03.

@luke396 luke396 requested a review from mroeschke as a code owner January 11, 2024 15:40
@mroeschke mroeschke added the Docs label Jan 11, 2024
@mroeschke
Copy link
Member

Could you resolve the merge conflict?

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @luke396, looks great!

@mroeschke mroeschke added this to the 3.0 milestone Jan 12, 2024
@mroeschke mroeschke merged commit 612823e into pandas-dev:main Jan 12, 2024
@mroeschke
Copy link
Member

Thanks @luke396

@luke396 luke396 deleted the ex03-errors-docstrings branch January 13, 2024 03:31
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
* Fix formatting in `pandas.Series.cat.set_categories` and `pandas.Series.plot.bar`

* Remove unused code in code_checks.sh

---------

Co-authored-by: Marc Garcia <[email protected]>
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