flyme2bluemoon / COVID-19-in-Ontario-Schools

Analyzes some of the publicly available data from the Government of Ontario about COVID-19 cases in Ontario Schools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 in Ontario Schools

Analyzes some of the publicly availible data from the Government of Ontario about COVID-19 cases in Ontario Schools

Running the code

Pretty self explanitory here. Either download the code and the csv file or git clone the entire repo. Here are some instructions if you really need it.

git clone https://github.com/flyme2bluemoon/COVID-19-in-Ontario-Schools.git
cd COVID-19-in-Ontario-Schools
python3 cumulative_percentage.py
python3 school_boards.py

Updating the dataset

Run the get_data.sh shell script to update the csv file(s).

chmod +x get_data.sh
./get_data.sh

License

The code is licensed under the MIT License
The COVID-19 data comes from the Ontario Data Catalogue Dataset: Schools COVID-19 data. The data is subject to the Open Government Licence (Ontario).

About

Analyzes some of the publicly available data from the Government of Ontario about COVID-19 cases in Ontario Schools

License:MIT License


Languages

Language:Python 86.6%Language:Shell 13.4%