Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
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.
Pandas version checks
main
hereLocation 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.