Skip to content

Conversation

scobioala
Copy link
Contributor

@scobioala scobioala commented Sep 29, 2025

Removed usage of the @Appender decorator for get_window_bounds and replace it with inline docstrings for the following classes in pandas/core/indexers/objects.py:

  • BaseIndexer
  • FixedWindowIndexer
  • VariableWindowIndexer
  • VariableOffsetWindowIndexer
  • ExpandingIndexer
  • FixedForwardWindowIndexer
  • GroupbyIndexer (BaseIndexer)
  • ExponentialMovingWindowIndexer

xref #62437

  • Tests added and passed
  • All code checks passed
  • Added type annotations
  • Added an entry in the latest whatsnew

@mroeschke mroeschke added this to the 3.0 milestone Sep 30, 2025
@mroeschke mroeschke added the Docs label Sep 30, 2025
@mroeschke mroeschke merged commit 0557e16 into pandas-dev:main Sep 30, 2025
46 checks passed
@mroeschke
Copy link
Member

Thanks @scobioala

@scobioala scobioala deleted the doc/replace-shared-docs-with-inline-window-bounds branch September 30, 2025 20:42
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