Loading and elementary processing of data

To ensure code in this tutorial runs as shown, download the tutorial project folder and follow these instructions.

If you have questions or suggestions about this tutorial, please open an issue here.

In this short tutorial we discuss two ways to easily load data in Julia:

  1. loading a standard dataset via RDatasets.jl,

  2. loading a local file with CSV.jl,