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

2024 General Election Precinct Results #65

Open
9 of 15 tasks
dwillis opened this issue Dec 5, 2024 · 0 comments
Open
9 of 15 tasks

2024 General Election Precinct Results #65

dwillis opened this issue Dec 5, 2024 · 0 comments

Comments

@dwillis
Copy link
Contributor

dwillis commented Dec 5, 2024

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

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

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

If a county provides a breakdown of voting method (ie, election day vs. absentee), please include those as separate columns.

Here's an example of a finished CSV file. The files should go in the 2024 folder in this repository and should have the following filename structure:

20241105__az__general__{county}__precinct.csv, where county is the lower case version of the county name, with punctuation removed.

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)
  • President
  • U.S. Senate
  • U.S. House
  • Corporation Commissioner
  • State Senate
  • State House

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.

  • Apache
  • Cochise
  • Coconino
  • Gila
  • Graham
  • Greenlee
  • La Paz
  • Maricopa
  • Mohave
  • Navajo
  • Pima
  • Pinal
  • Santa Cruz
  • Yavapai
  • Yuma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant