Pandas
keyboard_arrow_down 655 guides
chevron_leftString Operations
check_circle
Mark as learned thumb_up
0
thumb_down
0
chat_bubble_outline
0
auto_stories new
settings
Pandas Series str | lower method
schedule Mar 5, 2023
Last updated local_offer
Tags Python●Pandas
tocTable of Contents
expand_more Check out the interactive map of data science
Python's str.lower()
method converts all strings in a Series/Index to lowercase.
Parameters
No parameters.
Return value
The Series or Index converted to lowercase.
Examples
To convert strings in a Series to lowercase:
s.str.lower()
0 hi1 this2 is skytownerdtype: object
Published by Arthur Yanagisawa
Edited by 0 others
Did you find this page useful?
thumb_up
thumb_down
Comment
Citation
Ask a question or leave a feedback...
Official Pandas Documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.lower.html
thumb_up
0
thumb_down
0
chat_bubble_outline
0
settings
Enjoy our search
Hit / to insta-search docs and recipes!