xarray.DataArray.str.isalpha

DataArray.str.isalpha()[source]

Check whether all characters in each string are alphabetic.

Returns

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