Splitting columns
Good work on all the data-cleaning steps you've taken so far; the final step to get our data ready for analysis is splitting out the full address column into two columns: street address and city.
You'll use Python to carry out this final transformation task. Use CleanerBot3000 to understand how to split these columns and apply a Pandas function to the dataset.
What is the correct Pandas function to approach splitting these columns?
Diese Übung ist Teil des Kurses
Cleaning Data with Generative AI
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
