pandas.Series.str.istitle¶
- 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
Check whether all characters in each string in the Series/Index are titlecase. Equivalent to str.istitle().
Returns: | is : Series/array of boolean values |
---|