openelections-data-tx icon indicating copy to clipboard operation
openelections-data-tx copied to clipboard

Pre-processed results for Texas elections

Results 51 openelections-data-tx issues
Sort by recently updated
recently updated
newest added

Using [Tabula](http://tabula.technology/), OCR or whatever method you can, parse precinct-level results for the following counties. Original sources are in the [sources-tx repository](https://github.com/openelections/openelections-sources-tx/tree/master/2022/general). The goal is to create a single CSV...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies
python

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies
python

Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 7.0.7.2. Release notes Sourced from activesupport's releases. 7.0.7.2 release No changes between this and 7.0.7.2. This release was just to fix file permissions in the...

dependencies
ruby

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies
python

Using [Tabula](http://tabula.technology/), OCR or whatever method you can, parse precinct-level results for the following counties. Original sources are in the [sources-tx repository](https://github.com/openelections/openelections-sources-tx/tree/master/2022/primary). The goal is to create a single CSV...

I found 3 csv files were "inconsistent". I wrote a notebook to go thru ALL csv files to check if they are all normalized (via panda read_csv). [OpenElectionsData-Tx-NormalizeCSV.ipynb]. Below are...

Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies
python

The [2014 Chambers County general file](https://github.com/openelections/openelections-data-tx/blob/bbe0caed3e35a7c41fcea2549f0a19ed7ffa6378/2014/counties/20141104__tx__general__chambers__precinct.csv) has the following headers: https://github.com/openelections/openelections-data-tx/blob/bbe0caed3e35a7c41fcea2549f0a19ed7ffa6378/2014/counties/20141104__tx__general__chambers__precinct.csv#L1 However, there are some entries where the column order is incorrect. For example, compare the following rows https://github.com/openelections/openelections-data-tx/blob/bbe0caed3e35a7c41fcea2549f0a19ed7ffa6378/2014/counties/20141104__tx__general__chambers__precinct.csv#L121 https://github.com/openelections/openelections-data-tx/blob/bbe0caed3e35a7c41fcea2549f0a19ed7ffa6378/2014/counties/20141104__tx__general__chambers__precinct.csv#L135...

The `election_day` and `early_voting` columns appear to be flipped in the [20161108 Wilson County general file](https://github.com/openelections/openelections-data-tx/blob/4868a75a5e693266059ff84ba5d9eb0e28ca98d7/2016/counties/20161108__tx__general__wilson__precinct.csv). The file has the following headers: https://github.com/openelections/openelections-data-tx/blob/4868a75a5e693266059ff84ba5d9eb0e28ca98d7/2016/counties/20161108__tx__general__wilson__precinct.csv#L1 Consider for example, the following rows: https://github.com/openelections/openelections-data-tx/blob/4868a75a5e693266059ff84ba5d9eb0e28ca98d7/2016/counties/20161108__tx__general__wilson__precinct.csv#L19-L24...