pandas.Series.str.istitle

Series.str.istitle()

Check whether all characters in each string in the array are titlecase. Equivalent to str.istitle.

Returns:Series of boolean values