pandas.Series.str.istitle — pandas 0.18.1 documentation (original) (raw)
Series.str.istitle()¶
Check whether all characters in each string in the Series/Index are titlecase. Equivalent to str.istitle().
Returns: | is : Series/array of boolean values |
---|