openelections / openelections-data-nj

Pre-processed results for New Jersey elections
8 stars 14 forks source link

Parse 2018 General Election Results by County and Municipality #38

Closed dwillis closed 4 years ago

dwillis commented 5 years ago

Using the PDFs here for the general election, parse PDFs into CSV files for president, U.S. House and state legislative offices.

You can use Tabula to convert the PDFs, or another tool like pdftotext.

You'll end up with these files:

The county-level file will have a header row like this: county, office, district, party, candidate, votes

The municipal-level file will have a header row like this: county, municipality, office, district, party, candidate, votes

acolter commented 4 years ago

Working on these.