Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.str.istitle

Series.str.istitle()[source]

Check whether all characters in each string in the Series/Index are titlecase. Equivalent to str.istitle().

Returns:is : Series/array of boolean values
Scroll To Top