openelections-core
openelections-core copied to clipboard
Core repo for election results data acquisition, transformation and output.
Bumps [ipython](https://github.com/ipython/ipython) from 0.13.2 to 7.16.3. Release notes Sourced from ipython's releases. 7.9.0 No release notes provided. 7.8.0 No release notes provided. 7.7.0 No release notes provided. 7.6.1 No release...
The National Institute of Standards and Technology has developed a [common data format for election results](https://www.nist.gov/publications/election-results-common-data-format-specification-revision-20). The more people (and election agencies) use this format, the easier it will be...
Several million Americans live and vote in the five US territories. They deserve to be included in your election results, even if they have only non-voting representation in Congress. For...
Last time I checked, some of your datasets were works in progress, rather than complete. It would be great to have a resource that a visitor to the repo could...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.25.8. Release notes Sourced from urllib3's releases. 1.25.8 Release: 1.25.8 Changelog Sourced from urllib3's changelog. 1.25.8 (2020-01-20) Drop support for EOL Python 3.4 (Pull #1774)...
The following pattern is used often to read csv files: ``` with open(filename, 'rU') as csvfile: reader = unicodecsv.DictReader(csvfile) ``` I think this worked in python2 since the `str` and...
Bumps [lxml](https://github.com/lxml/lxml) from 4.4.2 to 4.6.3. Changelog Sourced from lxml's changelog. 4.6.3 (2021-03-21) Bugs fixed A vulnerability (CVE-2021-28957) was discovered in the HTML Cleaner by Kevin Chung, which allowed JavaScript...
Total votes is present in the `openelections-data-wi` repo data, so all we should have to do is make sure that gets into the Mongo data and then output in the...
Similar to #219, Wisconsin will also need Transforms and Validators (right?). The transforms need to: * Create Contests * Create Candidates * Create Results (anything else?) The validators need to:...
There are a few OCD-IDs in the state mappings (e.g., in `openelex/us/ms/mappings/ms.csv`) that can't be found in the [OCD repo](https://github.com/opencivicdata/ocd-division-ids/blob/master/identifiers/country-us.csv). Some of the associated records are clearly linked with valid...