-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
The source file for the 2020 Hood County general results contains values that are inconsistent. It is often the case where the sum of the components (mail, early voting, election day, provisional) is not equal to the total votes.
For example, the total ballots cast should be 288 + 1809 + 474 + 16 = 2587
instead of 2585
. In fact, many of the totals appear to be off by 2
.
Headers: ['county', 'precinct', 'office', 'district', 'candidate', 'party', 'votes', 'mail', 'early_voting', 'election_day', 'provisional']:
Row 479: ['Hood', 'Precinct 2', 'Ballots Cast', '', '', '', '2585', '288', '1809', '474', '16']
Row 480: ['Hood', 'Precinct 2', 'President / Vice President', '', 'Donald J. Trump / Michael R. Pence', 'REP', '2002', '165', '1434', '396', '9']
Row 487: ['Hood', 'Precinct 2', 'U.S. Senate', '', 'John Cornyn', 'REP', '1949', '170', '1396', '375', '10']
Row 494: ['Hood', 'Precinct 2', 'U.S. House', '11', 'August Pfluger', 'REP', '1941', '154', '1393', '386', '10']
Row 496: ['Hood', 'Precinct 2', 'U.S. House', '11', 'Wacey Alpha Cody', 'LIB', '53', '2', '31', '20', '2']
Row 499: ['Hood', 'Precinct 2', 'Railroad Commissioner', '', 'James "Jim" Wright', 'REP', '1937', '166', '1387', '376', '10']
Row 505: ['Hood', 'Precinct 2', 'State Senate', '22', 'Brian Birdwell', 'REP', '2012', '163', '1440', '399', '12']
Row 509: ['Hood', 'Precinct 2', 'State Representative', '60', 'Glenn Rogers', 'REP', '2164', '187', '1539', '428', '12']
Metadata
Metadata
Assignees
Labels
No labels