Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Juab 2018 general does not sum to match the official canvass #23

Open
npelikan opened this issue Feb 11, 2019 · 1 comment
Open

Juab 2018 general does not sum to match the official canvass #23

npelikan opened this issue Feb 11, 2019 · 1 comment

Comments

@npelikan
Copy link

Juab 2018 precinct file sums to the following:

> library(readr)
> 
> ti <- read_csv("~/openelections/openelections-data-ut/2018/20181106__ut__general__juab__precinct.csv")
Parsed with column specification:
cols(
  candidate = col_character(),
  office = col_character(),
  district = col_integer(),
  party = col_character(),
  county = col_character(),
  precinct = col_character(),
  votes = col_integer(),
  winner = col_character()
)
> 
> sum(ti$votes[ti$candidate %in% "Mitt Romney"])
[1] 3206
> 
> sum(ti$votes[ti$candidate %in% "Jenny Wilson"])
[1] 484
> 
> sum(ti$votes[ti$candidate %in% "Straight Party"])
[1] 0

These, however, do not match the official canvass of results from the state found here: https://elections.utah.gov/Media/Default/2018%20Election/2018%20General%20Election%20Canvass.pdf

As the Juab county file is not in openelections/openelections-sources-ut, I cannot diagnose the source of the error

@dwillis
Copy link
Contributor

dwillis commented Feb 12, 2019

@npelikan thanks for the report. The precinct results from Juab are in the sources repo here, and we've asked the Juab clerk about the discrepancy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants