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 EX03 errors in docstrings -pandas.DataFrame for idxmax, idxmin, pivot #56830

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

jordan-d-murphy
Copy link
Contributor

Checked if validation docstrings passes for :

  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.idxmax
  2. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.idxmin
  3. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.pivot

OUTPUT:

  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.idxmax
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.DataFrame.idxmax" correct. :)
  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.idxmin
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.DataFrame.idxmin" correct. :)
  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.pivot
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.DataFrame.pivot" correct. :)

@jordan-d-murphy
Copy link
Contributor Author

@mroeschke can you please review this PR if you get a chance? Thank you! 🙂

@mroeschke mroeschke added the Docs label Jan 11, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jan 11, 2024
@mroeschke mroeschke merged commit a823f21 into pandas-dev:main Jan 11, 2024
54 checks passed
@mroeschke
Copy link
Member

Thanks @jordan-d-murphy

@jordan-d-murphy jordan-d-murphy deleted the issue#56804_3 branch January 12, 2024 04:57
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
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