COVID-19 Canadian Dashboard
   Canadian Covid 19 Dashboard                  Social isolation can really change one's behavior. For me, it has meant spending a lot more time compiling and exploring different datasets in R. As I'm sure many others are, I have recently been playing with COVID-19 data. I was curious about how my home country of Canada has been handling COVID-19 so I created this dashboard to monitor the progress. Each graph hosted here is generated by my publicly available R code 1  and updates whenever I run the code (which tends to be daily). The data comes from official Canadian government reports 2 . If you have any questions, do not hesitate to ask.   A few notes on the data...  As one might expect, data during a pandemic isn't always accurate and up-to-date. There are several considerations when interpreting this data:     New cases and deaths are reported on a 14-day rolling average.  As day-to-day statistics can be volitile and influenced by systematic varaibles, I used a rolling ...