Lecture 7 - Introspection, Visualizing COVID-19 data

Airs on: 2020-09-22T14:35:00 (EST)

Table of Contents


Notebooks for this lecture

Segment 1: Introspection

Looking under the hood as Julia code executes:

Segment 2: Analysing COVID-19 Data

We use the COVID-19 dataset as an example to show how you can load and plot data of your choice in Julia.

Segment 3: DataFrames

A brief introduction to working with tabular data.

Segment 4: Functions are Objects

All functions are objects, they can be passed as arguments to other functions. What does this actually give us?