Pandas
keyboard_arrow_down 655 guides
chevron_leftString Operations
check_circle
Mark as learned thumb_up
0
thumb_down
0
chat_bubble_outline
0
Comment auto_stories Bi-column layout
settings
Pandas Series str | lower method
schedule Aug 12, 2023
Last updated local_offer
Tags Python●Pandas
tocTable of Contents
expand_more Master the mathematics behind data science with 100+ top-tier guides
Start your free 7-days trial now!
Start your free 7-days trial now!
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!