xarray.DataArray.str.isnumeric

xarray.DataArray.str.isnumeric

DataArray.str.isnumeric()[source]

Check whether all characters in each string are numeric.

Returns

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