openelections / openelections-data-mo

Pre-processed election results for Missouri elections
7 stars 6 forks source link

2020 Presidential Primary Precinct Results #17

Open dwillis opened 4 years ago

dwillis commented 4 years ago

Using the source files we've collected here, the goal is to create a single CSV file for each county, with the following headers:

county, precinct, office, district, party, candidate, votes

If the county file also provides a breakdown of votes by method, include that using the following headers, as applicable:

early_voting, election_day, provisional, absentee, federal

Include the following offices:

The filename will be 20200310__mo__primary__president__{county}__precinct.csv, with the name of the county in lower case.

smussenden commented 4 years ago

I'll work on this.