results
Data source: Los Angeles County Registrar-Recorder/County Clerk
4 rows where candidate_id = 21549
This data as json, CSV (advanced)
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
253501 | 253501 | ANDREW CHOU 21549 | DIAMOND BAR CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 3rd District 8647 | 1780014A | 23 | 149 | 172 |
253503 | 253503 | ANDREW CHOU 21549 | DIAMOND BAR CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 3rd District 8647 | 1780019A | 152 | 869 | 1021 |
253505 | 253505 | ANDREW CHOU 21549 | DIAMOND BAR CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 3rd District 8647 | 1780041A | 67 | 317 | 384 |
253507 | 253507 | ANDREW CHOU 21549 | DIAMOND BAR CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 3rd District 8647 | 1780069A | 73 | 404 | 477 |
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]);