results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 24101
This data as json, CSV (advanced)
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
257187 | 257187 | JE-SHOW YANG 24101 | ALHAMBRA CITY GENERAL MUNICIPAL ELECTION Member of the City Council, Fourth District 9665 | 0150055A | 5 | 29 | 34 |
257191 | 257191 | JE-SHOW YANG 24101 | ALHAMBRA CITY GENERAL MUNICIPAL ELECTION Member of the City Council, Fourth District 9665 | 0150065A | 87 | 253 | 340 |
257195 | 257195 | JE-SHOW YANG 24101 | ALHAMBRA CITY GENERAL MUNICIPAL ELECTION Member of the City Council, Fourth District 9665 | 0150070A | 16 | 49 | 65 |
257199 | 257199 | JE-SHOW YANG 24101 | ALHAMBRA CITY GENERAL MUNICIPAL ELECTION Member of the City Council, Fourth District 9665 | 0150071A | 83 | 284 | 367 |
257203 | 257203 | JE-SHOW YANG 24101 | ALHAMBRA CITY GENERAL MUNICIPAL ELECTION Member of the City Council, Fourth District 9665 | 9990376A | 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]);