home / la-county-primary-election-results-2024

results

Data source: Los Angeles County Registrar-Recorder/County Clerk

16 rows where candidate_id = 23277

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: total

Link rowid ▼ candidate_id contest_id precinct_id polling_place vote_by_mail total
107667 107667 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 0070002A 0 3 3
107671 107671 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 0080004A 12 38 50
107675 107675 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 0080007A 32 65 97
107679 107679 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 0080050A 46 95 141
107683 107683 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 0080054A 17 35 52
107687 107687 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 0080070A 21 57 78
107691 107691 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 1000006A 22 50 72
107695 107695 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 1000009A 11 17 28
107699 107699 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 1000011A 26 68 94
107703 107703 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 1000015A 25 33 58
107707 107707 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 1000016A 18 47 65
107711 107711 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 1000033A 30 40 70
107715 107715 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 1000077A 24 58 82
107719 107719 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 7770001A 8 20 28
107723 107723 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 7770011A 34 96 130
107727 107727 BRUCE BOYER 23277 UNITED STATES REPRESENTATIVE, 26th District 9005 7770030A 27 42 69

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [results] (
   [candidate_id] INTEGER REFERENCES [candidates]([id]),
   [contest_id] INTEGER REFERENCES [contests]([id]),
   [precinct_id] TEXT REFERENCES [precincts]([precinct]),
   [polling_place] INTEGER,
   [vote_by_mail] INTEGER,
   [total] INTEGER
);
CREATE INDEX [idx_results_precinct_id]
    ON [results] ([precinct_id]);
CREATE INDEX [idx_results_contest_id]
    ON [results] ([contest_id]);
CREATE INDEX [idx_results_candidate_id]
    ON [results] ([candidate_id]);
Powered by Datasette · Queries took 11.156ms · Data source: Los Angeles County Registrar-Recorder/County Clerk