Tag: dataVisualization

Extra WordPress Site Setup…

A little while ago I wrote up some of the key details on making a WordPress based website on Google cloud. In this post, a few additional things are discussed which make a WordPress setup a little nicer in terms of data and visualization. Google Analytics… Google Analytics can be included either with a plugin …

Exploring Ontario Covid Case Data… part 3

This is the continuation of Exploring Ontario Covid Case Data… part 2, hence the same dataset is being used (source: Ontario Government’s website). Data Processing and Visualization Code All the code is available in this GitHub repository. Python (Pandas) was used to process all the data while the visualization was created with the D3 library …

Exploring Ontario Covid Case Data… part 2

Ontario has two Covid-19 datasets available on its Data Catalogue website. Previously, the Covid-19 Case data was examined, and now the Covid status data will be further explored. Note: I am not an epidemiologist. Any results and conclusions are made for my own personal amusement and education (and perhaps to show a possible employer). This …

Exploring Ontario Covid Case Data… part 1

Since I live in Ontario, the status of causes is rather important for me. The provincial government has made ‘some’ data available on their website. To be honest, there is a fair bit of information that isn’t available for whatever reasons (their excuses fall short once you learn that other groups do release such data). …