We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
List of county websites here, and source files we've collected are found here.
The goal is to create a single CSV file for each county, with the following headers:
county, precinct, office, district, party, candidate, votes
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:
election_day, provisional, absentee, federal, affidavit
election_day
provisional
absentee
federal
affidavit
Include the following offices:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
List of county websites here, and source files we've collected are found 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:
election_day
,provisional
,absentee
,federal
,affidavit
Include the following offices:
The text was updated successfully, but these errors were encountered: