results
Data source: Los Angeles County Registrar-Recorder/County Clerk
4 rows where candidate_id = 23095
This data as json, CSV (advanced)
Suggested facets: polling_place
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
198259 | 198259 | JOHN MENDOZA 23095 | POMONA CITY PRIMARY NOMINATING ELECTION Member of the City Council, 1st District 9405 | 5250016A | 29 | 85 | 114 |
198263 | 198263 | JOHN MENDOZA 23095 | POMONA CITY PRIMARY NOMINATING ELECTION Member of the City Council, 1st District 9405 | 5250024A | 19 | 81 | 100 |
198267 | 198267 | JOHN MENDOZA 23095 | POMONA CITY PRIMARY NOMINATING ELECTION Member of the City Council, 1st District 9405 | 5250025A | 16 | 69 | 85 |
198271 | 198271 | JOHN MENDOZA 23095 | POMONA CITY PRIMARY NOMINATING ELECTION Member of the City Council, 1st District 9405 | 5250030A | 16 | 40 | 56 |
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]);