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 RT03 for CategoricalIndex.set_categories, DataFrame.astype, DataFrame.at_time and DataFrame.ewm #57605

Merged
merged 5 commits into from
Feb 26, 2024

Conversation

bergnerjonas
Copy link
Contributor

Resolve all RT03 errors for the following cases:

  1. scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.CategoricalIndex.set_categories (already valid)
  2. scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.astype
  3. scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.at_time
  4. scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.ewm

@bergnerjonas bergnerjonas changed the title Issue #57416 2 DOC: fix RT03 for CategoricalIndex.set_categories, DataFrame.astype, DataFrame.at_time and DataFrame.ewm Feb 24, 2024
@mroeschke mroeschke added the Docs label Feb 26, 2024
@mroeschke mroeschke added this to the 3.0 milestone Feb 26, 2024
@mroeschke mroeschke merged commit e19dbee into pandas-dev:main Feb 26, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @bergnerjonas

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…DataFrame.at_time and DataFrame.ewm (pandas-dev#57605)

* Add description of returned value of astype method

* Add description text to return value of at_time method.

* Add description for rreturn value of DataFrame.ewm method

* Remove fixed methods from validation script exclusion

* Change indentation in description
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