openelections / openelections-data-wi

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

WI Election Data #1

Closed acouch closed 8 years ago

acouch commented 8 years ago

This is till a work in progress however I'm submitting to make it more evident the work that is being done in case someone else is interested in helping.

Here is a summary of where I'm at. There are 56 total elections. I've successfully parsed 21:

# All ids from available elections.
available_ids = [1658, 1659, 1660,1661,1576,1573,1574,1575,1538,1539,404,405,
407,408,409,410,411,1662,413,415,416,419,421,422,424,425,426,427,428,429,430,
431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,664,
674,685,689,1577,1578]

# Elections with no files available.
no_results_ids = [446, 674, 685, 689]
# Not working ids. Need to troubleshoot.
not_working_ids = [410,421,419,422,
425,426,427,428,429,430,431,432,433,434,435,436,
437,438,439,440,441,442,443,444,445,446,447,448,
689,1577,1578]
# Election with PDF files.
pdf_elections = [664]
#1662 has a sheet with no cover sheet unlike others.
need_custom_function = [1662]

# List of ids for elections that have been successfully processed.
working_ids = [1661,1659,1658,1660,1576,1574,1573,404,405,407,408,409,411,413,
415,416,424,674,685]
working_ids_column_1 = [1575,1539]
dwillis commented 8 years ago

This is really helpful, thank you! I'll give it a look this week and let you know if I have questions or comments.