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.
Este ejercicio forma parte del curso
Data Manipulation in Julia
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Load datasets
____