Session Ready
Exercise

Analyze the airline dataset

In Chapter 2 you learned:

  • How to check for the presence of missing values, and how to collect summary statistics of time series data contained in a pandas DataFrame.
  • To generate boxplots of your data to quickly gain insight in your data.
  • Display aggregate statistics of your data using groupby().

In this exercise, you will apply all these concepts on the airline DataFrame.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Print the numbers of missing values in the airline DataFrame.
  • Print the summary statistics of all the numeric columns in airline.