pandas.Series.str.lower — pandas 0.18.1 documentation (original) (raw)

Series.str.lower()

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

Returns: converted : Series/Index of objects