You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.