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.
Diese Übung ist Teil des Kurses
Data Manipulation in Julia
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Load datasets
____