xarray.DataArray.str.isupper#

DataArray.str.isupper()[source]#

Check whether all characters in each string are uppercase.

Returns

isupper (array of bool) – Array of boolean values with the same shape as the original array.