Exercise

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.

Instructions 1/2

undefined XP
    1
    2

Question

Which of the columns in the divorce DataFrame has not been updated to a DateTime data type but should be?

Possible answers