openelections / openelections-data-wi

Pre-processed election results for Wisconsin elections
9 stars 9 forks source link

Added some 2010 and 2016 elections; office names more consistent #24

Closed davipo closed 7 years ago

davipo commented 7 years ago

Source files updated, some bad and unused files removed (by Nick). Added source and output data for 2016-04-05 and 2016-11-08 elections (Nick). Parser handles unique 2010-09-14 (id 425) spreadsheet title page, other special cases clarified (Davi). Office names recoded for consistency (Davi and Nick). (This PR includes PR #23.)

I had trouble merging, my git client (SourceTree) crashed several times. Looks OK now, tests pass, but revision history may be corrupted (some changes made twice).

dwillis commented 7 years ago

One thing I should have caught earlier: filenames need two underscores between segments. For example, 20161108__wi__general__ward.csv, not 20161108__wi__general_ward.csv

davipo commented 7 years ago

Parser revised to output filenames with double underscores between segments. Tests updated with new filenames.

dwillis commented 7 years ago

Thanks, @davipo!