xarray.core.accessor_str.StringAccessor.islower

StringAccessor.islower(self)

Check whether all characters in each string are lowercase.

Returns

islower – Array of boolean values with the same shape as the original array.

Return type

array of bool