xarray.core.accessor_str.StringAccessor.isupper

StringAccessor.isupper()

Check whether all characters in each string are uppercase.

Returns:isupper – Array of boolean values with the same shape as the original array.
Return type:array of bool