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
The filename for each county will be: 20141104__nj__general__{county}__precinct.csv.
For the following offices: U.S. Senate, U.S. House, State House (there were two special elections for this office, so most counties will not have any state house races). You can use the Essex County file as an example of how things should look. You do not need to include municipal totals.
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
The filename for each county will be:
20141104__nj__general__{county}__precinct.csv
.For the following offices: U.S. Senate, U.S. House, State House (there were two special elections for this office, so most counties will not have any state house races). You can use the Essex County file as an example of how things should look. You do not need to include municipal totals.