Table Of Contents

Search

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

pandas.Series.str.lower

Series.str.lower()

Convert strings in the Series/Index to lowercase. Equivalent to str.lower().

Returns:converted : Series/Index of objects