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.
Cet exercice fait partie du cours
Data Manipulation in Julia
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Load datasets
____