openelections / openelections-data-ok

Pre-processed election results for Oklahoma
3 stars 4 forks source link

added 2016 general election precinct data #4

Closed cwcobb closed 7 years ago

cwcobb commented 7 years ago

available from https://www.ok.gov/elections/Election_Info/2016_November_General_Election.html

this CSV needs a fair amount of cleanup, but I couldn't find an openelections-sources-ok repo. I'm happy to work out the parser to clean up into a grouped-by-county precinct-level parser.

dwillis commented 7 years ago

Hi @crockettcobb: Thanks! We could go two routes:

  1. Clean up the CSV you've generated so it roughly fits our usual standard (you could keep multiple vote breakdowns).
  2. Create a sources repo and put this file there.

Of the two, I think I prefer the first option if you're up to it.

cwcobb commented 7 years ago

Sure. I'll get cracking on a cleaned up CSV to meet the standards and commit tothis branch.

dwillis commented 7 years ago

Thanks!

cwcobb commented 7 years ago

The latest commit on 08a2df4 is my first pass at cleaning it up. I wasn't sure of the exact naming convention for absentee, mail-in, and election day votes.

dwillis commented 7 years ago

Looks good, thanks!