Analyzes some of the publicly availible data from the Government of Ontario about COVID-19 cases in Ontario Schools
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
Run the get_data.sh
shell script to update the csv file(s).
chmod +x get_data.sh
./get_data.sh
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).