results
Data source: Los Angeles County Registrar-Recorder/County Clerk
4 rows where candidate_id = 24452
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 |
---|---|---|---|---|---|---|---|
225993 | 225993 | CHRISTABELLE GARCIA 24452 | CITY OF LA HABRA HEIGHTS GENERAL MUNICIPAL ELECTION Member of the City Council 9831 | 3230003A | 230 | 458 | 688 |
225996 | 225996 | CHRISTABELLE GARCIA 24452 | CITY OF LA HABRA HEIGHTS GENERAL MUNICIPAL ELECTION Member of the City Council 9831 | 3230009A | 17 | 51 | 68 |
225999 | 225999 | CHRISTABELLE GARCIA 24452 | CITY OF LA HABRA HEIGHTS GENERAL MUNICIPAL ELECTION Member of the City Council 9831 | 9990570A | 0 | 0 | 0 |
226002 | 226002 | CHRISTABELLE GARCIA 24452 | CITY OF LA HABRA HEIGHTS GENERAL MUNICIPAL ELECTION Member of the City Council 9831 | 9990571A | 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]);