pandas.Series.str.islower — pandas 0.18.1 documentation (original) (raw)

Series.str.islower()

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

Returns: is : Series/array of boolean values