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. seaborn
has been imported as sns
.
This exercise is part of the course
Exploratory Data Analysis in Python
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Preview the column
print(____)