Skip to content
New issue

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

County-level results parsing #10

Open
9 of 19 tasks
dwillis opened this issue Dec 28, 2016 · 9 comments
Open
9 of 19 tasks

County-level results parsing #10

dwillis opened this issue Dec 28, 2016 · 9 comments

Comments

@dwillis
Copy link
Contributor

dwillis commented Dec 28, 2016

Convert presidential, statewide and state legislative race results into CSV files from the original PDFs or Excel spreadsheets produced by the state (use whichever is easiest). Include primary, general and special elections for those offices.

The names of the CSV files should have the following format: yymmdd__ny__general.csv for general elections and yymmdd__ny__primary.csv for primaries.

We're interested in results for all federal and state offices, but if you want to generate files for the entire file, that's fine. The CSV files should have at least these fields: county, office, district, party, candidate, votes

We use Python and Tabula for the most part, but you can use whatever gets the job done, and we welcome contributions of parsers and other utilities.

@RedOakMark
Copy link

I'll pitch in here @dwillis

@dwillis
Copy link
Contributor Author

dwillis commented Dec 28, 2016

Thanks @RedOakMark! I'm grabbing 2000, but the others are wide open.

@RedOakMark
Copy link

Working on 2016 to start with just to make sure I get the formatting down.

@RedOakMark
Copy link

@dwillis do you usually combine Write Ins into one selection, or keep them all separate?

@ursulams
Copy link
Contributor

ursulams commented Jan 1, 2017

Count me in for 2004:2006 to start. I'll submit a pull request when I complete all three years.

@solumos
Copy link

solumos commented Feb 10, 2017

@dwillis I'll give 2008 a try!

@AlJohri
Copy link

AlJohri commented Oct 29, 2017

@dwillis It seems like 2016 data is in the repo but not showing on the website: http://www.openelections.net/results/#ny

Is there some further processing needed?

@dwillis
Copy link
Contributor Author

dwillis commented Oct 29, 2017

Hey @AlJohri, yes, we need to implement NY in the core repository. Closest state in terms of similar data is probably Oregon.

@ursulams
Copy link
Contributor

ursulams commented Feb 7, 2018

Starting 2002 excepting Onondaga county. No 2003 statewide races to parse I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants