results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 21820
This data as json, CSV (advanced)
Suggested facets: polling_place
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
1463 | 1463 | VICTORIA GARCIA 21820 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050002A | 58 | 157 | 215 |
1468 | 1468 | VICTORIA GARCIA 21820 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050005C | 81 | 235 | 316 |
1473 | 1473 | VICTORIA GARCIA 21820 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050006A | 68 | 197 | 265 |
1478 | 1478 | VICTORIA GARCIA 21820 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050009A | 81 | 215 | 296 |
1483 | 1483 | VICTORIA GARCIA 21820 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050013A | 71 | 183 | 254 |
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]);