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
Check whether all characters in each string in the Series/Index are lowercase. Equivalent to str.islower().
Returns: | is : Series/array of boolean values |
---|