-
The openelections.net site is badly in need of a refresh. In particular, it doesn't provide updated information about what data we have, what states are in progress and how to use our data collections…
-
I'm writing software to process openelection data, e.g. to determine winners, calculate margins, and do other analyses and audits of data in the same format.
I'm finding it hard to find the openele…
-
The [2014/20141104__sd__general.csv](https://github.com/openelections/openelections-data-sd/blob/f29084ceb5db4e3adc947a6e62dae5d04c1c6c8c/2014/20141104__sd__general.csv) file contains some suspicious …
-
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-pa repository](https://github.c…
-
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/4868a75a5e693266059ff84ba5d9…
-
Using [this electronic PDF](http://www.sos.ne.gov/elec/2018/pdf/2018-canvass-book.pdf) and [Tabula](https://tabula.technology/), parse into a CSV file.
Header row for the output CSV (`20180515__ne_…
-
I realized when we were talking about differences between rows in baked RawResults because of different structures of the input files that we didn't have any documentation for the fields in the baked …
ghing updated
7 years ago
-
Juab 2018 precinct file sums to the following:
```r
> library(readr)
>
> ti
> sum(ti$votes[ti$candidate %in% "Mitt Romney"])
[1] 3206
>
> sum(ti$votes[ti$candidate %in% "Jenny Wilson"])
…
-
[2014/20141104__ct__general__bridgeport__precinct.csv](https://github.com/openelections/openelections-data-[ct/blob/11ec14032df8a0765c3136df85a043400d789dec/2014/20141104__ct__general__bridgeport__pre…
-
[2014/20141104__ct__general__danbury__precinct.csv](https://github.com/openelections/openelections-data-ct/blob/master/2014/20141104__ct__general__danbury__precinct.csv) has a trailing empty column he…