pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.81k stars 17.98k forks source link

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

Open janosh opened 2 years ago

janosh commented 2 years ago

Pandas version checks

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.

mingjji commented 4 days ago

take