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:
early_voting, election_day, provisional, absentee, federal
early_voting
election_day
provisional
absentee
federal
The filename should be 20200623__ny__primary__{county}__precinct.csv, where {county} is the name of the county in lower case.
20200623__ny__primary__{county}__precinct.csv
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:
early_voting
,election_day
,provisional
,absentee
,federal
The filename should be
20200623__ny__primary__{county}__precinct.csv
, where {county} is the name of the county in lower case.Include the following offices:
The text was updated successfully, but these errors were encountered: