1. Learn
  2. /
  3. Courses
  4. /
  5. Exploratory Data Analysis in Python

Exercise

Detecting data types

A column has been changed in the unemployment DataFrame and it now has the wrong data type! This data type will stop you from performing effective exploration and analysis, so your task is to identify which column has the wrong data type and then fix it.

pandas has been imported as pd; unemployment is also available.

Instructions 1/2

undefined XP
    1
    2

Question

Which of the columns below requires an update to its data type?

Possible answers