1. 学ぶ
  2. /
  3. コース
  4. /
  5. Exploratory Data Analysis in Python

Connected

演習

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.

指示1 / 2

undefined XP
    1
    2

質問

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

選択肢