xarray.core.accessor_str.StringAccessor.isdigit

StringAccessor.isdigit(self)

Check whether all characters in each string are digits.

Returns

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

Return type

array of bool