xarray.DataArray.str.isdigit#

DataArray.str.isdigit()[source]#

Check whether all characters in each string are digits.

Returns

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