Alberta Health Covid-19 Data Analysis

Goal is to visualize Alberta's new daily Covid-19 case counts -- sorted by date. I will also create and overlay a 7-day simple moving average trendline.

AB Health CSV Data Licence: https://open.alberta.ca/licence.

This file was last modified by Dan Hertz on 2021-09-17. (c) 2021 Dan Hertz.

Step I: Import classes

Custom Functions

STEP II: Get CSV File and create Pandas DataFrame

Step III: Clean up data

Step III (b): Make sure data has no missing values

Step IV: Analysis

Goal is to visualize Alberta's new daily Covid-19 case counts -- sorted by date. I will also create and overlay a 7-day simple moving average trendline.