results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 23807
This data as json, CSV (advanced)
Suggested facets: polling_place, vote_by_mail, total
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
250895 | 250895 | KATIE CLARK 23807 | ALTADENA LIBRARY DISTRICT Member, Board of Trustees, Trustee Area No. 5 9837 | 0200016A | 484 | 2103 | 2587 |
250897 | 250897 | KATIE CLARK 23807 | ALTADENA LIBRARY DISTRICT Member, Board of Trustees, Trustee Area No. 5 9837 | 0200029A | 175 | 778 | 953 |
250899 | 250899 | KATIE CLARK 23807 | ALTADENA LIBRARY DISTRICT Member, Board of Trustees, Trustee Area No. 5 9837 | 0200064A | 82 | 262 | 344 |
250901 | 250901 | KATIE CLARK 23807 | ALTADENA LIBRARY DISTRICT Member, Board of Trustees, Trustee Area No. 5 9837 | 9990175A | 0 | 0 | 0 |
250903 | 250903 | KATIE CLARK 23807 | ALTADENA LIBRARY DISTRICT Member, Board of Trustees, Trustee Area No. 5 9837 | 9990176A | 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]);