results
Data source: Los Angeles County Registrar-Recorder/County Clerk
6 rows where candidate_id = 22856
This data as json, CSV (advanced)
Suggested facets: polling_place
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
23010 | 23010 | MICAH ALI 22856 | COMPTON UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area C 9259 | 1450008A | 33 | 66 | 99 |
23012 | 23012 | MICAH ALI 22856 | COMPTON UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area C 9259 | 1450024A | 43 | 282 | 325 |
23014 | 23014 | MICAH ALI 22856 | COMPTON UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area C 9259 | 1450027A | 50 | 211 | 261 |
23016 | 23016 | MICAH ALI 22856 | COMPTON UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area C 9259 | 1450036B | 22 | 176 | 198 |
23018 | 23018 | MICAH ALI 22856 | COMPTON UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area C 9259 | 7850017A | 33 | 132 | 165 |
23020 | 23020 | MICAH ALI 22856 | COMPTON UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area C 9259 | 7850050A | 18 | 134 | 152 |
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]);