pandas.Series.str.islower
-
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
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 |
---|