xarray.DataArray.str.istitle#

DataArray.str.istitle()[source]#

Check whether all characters in each string are titlecase.

Returns

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