Updating data type to DateTime
Now, the divorce
DataFrame has been loaded for you, but one column is stored as a string that should be DateTime data. Which one is it? Once you've identified the column, you'll update it so that you can explore it more closely in the next exercise.
pandas
has been imported as pd
.
This exercise is part of the course
Exploratory Data Analysis in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
