results
Data source: Los Angeles County Registrar-Recorder/County Clerk
4 rows where candidate_id = 23500
This data as json, CSV (advanced)
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
251242 | 251242 | YES 23500 | HERMOSA BEACH CITY SPECIAL MUNICIPAL ELECTION - MEASURE HB 9703 | 2750009A | 408 | 1312 | 1720 |
251244 | 251244 | YES 23500 | HERMOSA BEACH CITY SPECIAL MUNICIPAL ELECTION - MEASURE HB 9703 | 2750019A | 269 | 994 | 1263 |
251246 | 251246 | YES 23500 | HERMOSA BEACH CITY SPECIAL MUNICIPAL ELECTION - MEASURE HB 9703 | 2750028A | 365 | 1140 | 1505 |
251248 | 251248 | YES 23500 | HERMOSA BEACH CITY SPECIAL MUNICIPAL ELECTION - MEASURE HB 9703 | 9990845A | 0 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
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]);