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