Skip to content

grauel/quality-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID19Tracking

QUALITY CONTROL

Consistency Checks for Spreadsheet

Purpose

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.

Running

  1. Install requirements

     pip install -r requirements.txt
    
  2. Run existing checks

     python run_quality_checks.py
    

Approach

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.

Status / Implementation Notes

  1. This is not currently in production -- so don't worry about breaking things.
  2. I am setting up the initial loop now. - Josh

About

Consistency Checks for spreadsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%