openelections / openelections-data-nj

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

County-level results for primary elections #36

Closed dwillis closed 4 years ago

dwillis commented 6 years ago

Using the PDFs here for primary elections, parse PDFs into CSV files for president, U.S. Senate, U.S. House and state legislative offices. Include the voter turnout PDF for registered voters and ballots cast.

The office names should be: President, U.S. Senate, U.S. House, State Senate, and General Assembly. Include the district numbers for the last three 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

acolter commented 4 years ago

Working on these.