Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@biplavbarua
Copy link

@biplavbarua biplavbarua commented Dec 22, 2025

Inlined docstrings for str_pad methods and casemethods in pandas/core/strings/accessor.py replacing @Appender. xef #62437.

Comment on lines 3474 to 3481
# Types:
# cases:
# upper, lower, title, capitalize, swapcase, casefold
# boolean:
# isalpha, isnumeric isalnum isdigit isdecimal isspace islower
# isupper istitle isascii
# _doc_args holds dict of strings to use in substituting casemethod docs
_doc_args: dict[str, dict[str, str]] = {}
Copy link
Member

Choose a reason for hiding this comment

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

Is _doc_args used anywhere anymore? If not, could you remove this block of code?

@mroeschke mroeschke added the Docs label Dec 22, 2025
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.