Using Tabula, parse precinct-level results for the following counties. Original sources are in the sources-nj 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 also breaks out votes by method, add columns for those, such as:
mail, provisional, early_voting, election_day
For the following offices: U.S. House. You can use the Essex County file as an example of how things should look. You do not need to include municipal totals.
The file names will be: 20221108__nj__general__{county}__precinct.csv
Using Tabula, parse precinct-level results for the following counties. Original sources are in the sources-nj 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 also breaks out votes by method, add columns for those, such as:
mail
,provisional
,early_voting
,election_day
For the following offices: U.S. House. You can use the Essex County file as an example of how things should look. You do not need to include municipal totals.
The file names will be:
20221108__nj__general__{county}__precinct.csv