Skip to content

Conversation

@jordan-d-murphy
Copy link
Contributor

All EX03 Errors resolved in the following cases:

  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.Index.rename
  2. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.Index.isin
  3. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.IndexSlice

OUTPUT:

  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.Index.rename
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.Index.rename" correct. :)
  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.Index.isin
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.Index.isin" correct. :)
  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.IndexSlice
################################################################################
################################## Validation ##################################
################################################################################

1 Errors found for `pandas.IndexSlice`:
	No extended summary found

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 @jordan-d-murphy, looks good. I had to resolve a conflict, it should be ready to merge when the CI finishes.

@datapythonista datapythonista merged commit 82449b9 into pandas-dev:main Jan 15, 2024
@jordan-d-murphy jordan-d-murphy deleted the issue#56804_6 branch January 15, 2024 23:17
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