Exercise

Flight duration

You would like to analyze the duration of flights, but unfortunately, the "Duration" column in the planes DataFrame currently contains string values.

You'll need to clean the column and convert it to the correct data type for analysis.

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • Print the first five values of the "Duration" column.