Get startedGet started for free

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.

This exercise is part of the course

Data Manipulation in Julia

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Load datasets
____
Edit and Run Code