xarray.DataArray.str.isdecimal

DataArray.str.isdecimal()

Check whether all characters in each string are decimal.

Returns

isdecimal – Array of boolean values with the same shape as the original array.

Return type

array of bool