Exercise

First steps with flights

Let's begin digging into the flight data! The first step is to load, look at the data, and join. Let's go!

All datasets are in the current directory.

The DataFrames and CSV packages have been loaded for you.

Instructions 1/3

undefined XP
    1
    2
    3
  • Load airports.csv, airlines.csv, and flights.csv files, saving them as airports, airlines, and flights DataFrames.