xarray.core.accessor_str.StringAccessor.istitle#

StringAccessor.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.