-
Notifications
You must be signed in to change notification settings - Fork 29
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
2020 General Election Precinct Results #69
Comments
Thanks as always for y'all's hard work here! A few initial issues I've experienced when using these precinct-level CSVs:
|
Here's my last set of notes for today. Thank you again for the hard work!
|
@mileswwatkins many thanks for these - we'll get on them. |
Oh, and Erie County's |
Blair County's CSV failed to extract the full/distinct precinct names from the ElectionWare PDFs. Eg, |
@mileswwatkins Ok, I believe all of these issues have been resolved. |
Thank you so much, @dwillis! Just finished another round of QA, including comparing county vote totals against AP/Edison, and everything looks great. The largest discrepancy is that Beaver County is a couple thousand votes short (y'all have an older unofficial-results PDF instead of the final/official results currently on their site), but doesn't affect my use case :) |
@mileswwatkins awesome, thanks for letting me know. We've updated Beaver. |
Using Tabula, OCR or whatever method you can, parse precinct-level results for the following counties. Original sources are in the sources-pa repository.
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:
early_voting
,election_day
,provisional
,absentee
Include the following offices:
The CSV files should be named
20201103__pa__general__{county}__precinct.csv
. Here's an example finished file: https://github.com/openelections/openelections-data-pa/blob/master/2020/20200602__pa__primary__elk__precinct.csv.The text was updated successfully, but these errors were encountered: