xarray.core.accessor_str.StringAccessor.isupper#

StringAccessor.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.