Consistency Checks for Spreadsheet
This is a repo for automated checks to the spreadsheet.
It fetchs the current data and a few recent archives and checks that the numbers are internally consistent.
-
Install requirements
pip install -r requirements.txt -
Run existing checks
python run_quality_checks.py
Each state is checked independently. First, we run through a list of general checks. Then we run a second time with any state specific tests. Each check pass consists of comparing the current day to the previous day.
- This is not currently in production -- so don't worry about breaking things.
- I am setting up the initial loop now. - Josh