results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 23909
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 |
---|---|---|---|---|---|---|---|
201787 | 201787 | MARK REYNOSO 23909 | CLAREMONT UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 9570 | 1300006A | 42 | 95 | 137 |
201789 | 201789 | MARK REYNOSO 23909 | CLAREMONT UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 9570 | 1300021A | 139 | 361 | 500 |
201791 | 201791 | MARK REYNOSO 23909 | CLAREMONT UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 9570 | 1300042B | 482 | 1143 | 1625 |
201793 | 201793 | MARK REYNOSO 23909 | CLAREMONT UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 9570 | 9990189A | 0 | 0 | 0 |
201795 | 201795 | MARK REYNOSO 23909 | CLAREMONT UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 9570 | 9990198A | 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]);