Lowercase in Python Tutorial
Learn to convert spreadsheet table column into lowercase using .str.lower() and .str.title().
Jun 2020 · 6 min read
Master your data skills with DataCamp
Learn the skills you need at your own pace—from non-coding essentials to data science and machine learning.
What is lowercase in Python?
How to make a string lowercase in Python?
How to make all the strings in a Python list lowercase?
How to make all the strings in a Python Series lowercase?
How to check if all the letters in a Python string are lowercase?
What type of data do the lower() and islower() methods return?
Do the lower() and islower() methods work on numbers?
What happens if we apply the lower() or islower() methods on a string containing digits, white spaces, or special characters?
What are the opposite methods to lower() and islower() to make a string uppercase?
Topics
Python Courses
BeginnerSkill Level
4 hr
22.9K
Introduction to Python
BeginnerSkill Level
4 hr
5.1M
Intermediate Python
BeginnerSkill Level
4 hr
995.4K
See More
RelatedSee MoreSee More
DataCamp Portfolio Challenge: Win $500 Publishing Your Best Work
Win up to $500 by building a free data portfolio with DataCamp Portfolio.
DataCamp Team
5 min
10 Essential Python Skills All Data Scientists Should Master
All data scientists need expertise in Python, but which skills are the most important for them to master? Find out the ten most vital Python skills in the latest rundown.
Thaylise Nakamoto
9 min
Building Diverse Data Teams with Tracy Daniels, Head of Insights and Analytics at Truist
Tracy and Richie discuss the best way to approach DE & I in data teams and the positive outcomes of implementing DEI correctly.
Richie Cotton
49 min
Making Better Decisions using Data & AI with Cassie Kozyrkov, Google's First Chief Decision Scientist
Richie speaks to Google's first Chief Decision Scientist and CEO of Data Scientific, Cassie Kozyrkov, covering decision science, data and AI.
Richie Cotton
68 min
Chroma DB Tutorial: A Step-By-Step Guide
With Chroma DB, you can easily manage text documents, convert text to embeddings, and do similarity searches.
Abid Ali Awan
10 min
Textacy: An Introduction to Text Data Cleaning and Normalization in Python
Discover how Textacy, a Python library, simplifies text data preprocessing for machine learning. Learn about its unique features like character normalization and data masking, and see how it compares to other libraries like NLTK and spaCy.
Mustafa El-Dalil
5 min