xarray.core.accessor_str.StringAccessor.isalnum
xarray.core.accessor_str.StringAccessor.isalnum
-
StringAccessor.isalnum()[source]
Check whether all characters in each string are alphanumeric.
- Returns
isalnum (array of bool) – Array of boolean values with the same shape as the original array.