Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.58 KB

sf-rcv

Scripts I threw together to analyze SF's ranked-choice voting data files

Final results

Final results report

Previous reports

Usage

$ npm install
$ make

This will generate a .md file with a report, as well as a .sqlite3 file with a database containing all ballots.

Dependencies

The following command line programs are assumed to be present:

  • sqlite3
  • jq
  • make
  • awk