Challenge: Create City and State Columns from the Address
Explore how to use Pandas string manipulation methods to split address data into separate city and state columns. This lesson helps you enhance your data cleaning skills by practicing common string operations necessary for effective data analysis in Python.
We'll cover the following...
We'll cover the following...
Problem statement
Using the string manipulation techniques we’ve just learned, create ...