Skip to content

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

@npelikan

Description

@npelikan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions