xarray.DataArray.str.isupper

DataArray.str.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