Skip to content

DOC: pandas.Series.str.is(digit|alpha|lower|upper|...) source links point to wrapper function #45962

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

Open
1 task done
janosh opened this issue Feb 12, 2022 · 1 comment
Open
1 task done
Assignees
Labels
Docs Strings String extension data type and string data

Comments

@janosh
Copy link
Contributor

janosh commented Feb 12, 2022

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/docs/reference/api/pandas.Series.str.isdigit.html

Documentation problem

Many (all?) of the pandas.Series.str.is(digit|alpha|lower|upper|...) source link link to a _map_and_wrap wrapper function not their actual implementation.

Suggested fix for documentation

Link actual code that provides the documented functionality.

@janosh janosh added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Feb 12, 2022
@mroeschke mroeschke added Strings String extension data type and string data and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Feb 13, 2022
@mingjji
Copy link

mingjji commented Nov 14, 2024

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Strings String extension data type and string data
Projects
None yet
Development

No branches or pull requests

3 participants