Recently I was reporting COVID-19 data daily. I wrote a program called covid.py that scraped the Ontario.ca Covid web site and and pulled out data for hospitalization and cases. It was a rough but useful gauge to see how COVID was going in Ontario, and I was able to get the information in a snap.
Unfortunately the information is no longer posted on the page I was visiting with my code. The data is out there somewhere in the datasets, but I think I will reconsider things before modifying my code. It is a shame that the data is harder to get though.
All these actions by government organizations to make it harder to get data is a bit frustrating. I read people say: you should track the pandemic and make good decisions. It’s hard to do that though when the information is hard to get.
For more information and data: Government of Ontario data sets on COVID-19 are here. Government of Canada COVID-19 information is here. More on my code, here.