Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2018 Primary Precinct Results #3

Open
22 of 83 tasks
dwillis opened this issue Aug 4, 2019 · 2 comments
Open
22 of 83 tasks

2018 Primary Precinct Results #3

dwillis opened this issue Aug 4, 2019 · 2 comments

Comments

@dwillis
Copy link
Contributor

dwillis commented Aug 4, 2019

Using Tabula, OCR or whatever method you can, parse precinct-level results for the following counties. Original sources are in individual county folders in the sources-or repository.

The goal is to create a single CSV file for each county, with the following headers:

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

Here's an example of a finished CSV file.

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

early_voting, election_day, provisional, mail

If there are other possible vote types, include them, using a lowercase version of the vote type with underscores instead of spaces for the column name.

Include the following offices:

  • Registered Voters (if available)
  • Ballots Cast (if available)
  • Governor
  • U.S. Senate
  • U.S. House
  • State Senator
  • State Representative

If a county provides precinct results for Write-in candidates, they should be grouped in a single row for each precinct and office with a candidate value of Write-ins.

If a county provides Under Votes or Over Votes, those should be recorded in the same way, with a single row per precinct and office with Over Votes and Under Votes as the candidate values.

  • Alcona
  • Alger
  • Allegan
  • Alpena
  • Antrim
  • Arenac
  • Baraga
  • Barry
  • Bay
  • Benzie
  • Berrien
  • Branch
  • Calhoun
  • Cass
  • Charlevoix
  • Cheboygan
  • Chippewa
  • Clare
  • Clinton
  • Crawford
  • Delta
  • Dickinson
  • Eaton
  • Emmet
  • Genesee
  • Gladwin
  • Gogebic
  • Grand Traverse
  • Gratiot
  • Hillsdale
  • Houghton
  • Huron
  • Ingham
  • Ionia
  • Iosco
  • Iron
  • Isabella
  • Jackson
  • Kalamazoo
  • Kalkaska
  • Kent
  • Keweenaw
  • Lake
  • Lapeer
  • Leelanau
  • Lenawee
  • Livingston
  • Luce
  • Mackinac
  • Macomb
  • Manistee
  • Marquette
  • Mason
  • Mecosta
  • Menominee
  • Midland
  • Missaukee
  • Monroe
  • Montcalm
  • Montmorency
  • Muskegon
  • Newaygo
  • Oakland
  • Oceana
  • Ogemaw
  • Ontonagon
  • Osceola
  • Oscoda
  • Otsego
  • Ottawa
  • Presque Isle
  • Roscommon
  • Saginaw
  • St. Clair
  • St. Joseph
  • Sanilac
  • Schoolcraft
  • Shiawassee
  • Tuscola
  • Van Buren
  • Washtenaw
  • Wayne
  • Wexford
@acolter
Copy link
Contributor

acolter commented Mar 13, 2020

I've started on Alger.

@acolter
Copy link
Contributor

acolter commented Mar 21, 2020

Completed Allegan, Alpena, Arenac, Baraga, Barry, Bay, Benzie and Berrien. Files are in the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants