xarray.DataArray.str.isdecimal# DataArray.str.isdecimal()[source]# Check whether all characters in each string are decimal. Returns: isdecimal (array of bool) – Array of boolean values with the same shape as the original array.