March 2020
Beginner to intermediate
352 pages
8h 40m
English
Let's use built-in functions with a pandas DataFrame. We will continue to use the same dataset that was imported in the previous section. Most of the string manipulation functions in Python work with the pandas vectorized string methods.
Here is a list of pandas string functions that reflect Python string methods:

Let's practice the following use cases:
text[0].lower()
Read now
Unlock full access