Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.str.islower

Series.str.islower()[source]

Check whether all characters in each string in the Series/Index are lowercase. Equivalent to str.islower().

Returns:is : Series/array of boolean values
Scroll To Top