results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 21816
This data as json, CSV (advanced)
Suggested facets: polling_place
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
1459 | 1459 | SYLVIA BALLIN 21816 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050002A | 59 | 195 | 254 |
1464 | 1464 | SYLVIA BALLIN 21816 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050005C | 86 | 231 | 317 |
1469 | 1469 | SYLVIA BALLIN 21816 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050006A | 51 | 193 | 244 |
1474 | 1474 | SYLVIA BALLIN 21816 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050009A | 60 | 222 | 282 |
1479 | 1479 | SYLVIA BALLIN 21816 | SAN FERNANDO CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8603 | 6050013A | 51 | 265 | 316 |
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]);