Series.str.lower()
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
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team
© 2008–2011 AQR Capital Management, LLC
© 2008–2014 the pandas development team
Licensed under the 3-clause BSD License.