results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where contest_id = 8700
This data as json, CSV (advanced)
Suggested facets: polling_place
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
283278 | 283278 | ANDREA AGUILAR 21540 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION City Clerk (Unexpired term ending December 1, 2024) 8700 | 4200001A | 98 | 333 | 431 |
283279 | 283279 | ANDREA AGUILAR 21540 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION City Clerk (Unexpired term ending December 1, 2024) 8700 | 4200011A | 97 | 350 | 447 |
283280 | 283280 | ANDREA AGUILAR 21540 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION City Clerk (Unexpired term ending December 1, 2024) 8700 | 4200013A | 134 | 329 | 463 |
283281 | 283281 | ANDREA AGUILAR 21540 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION City Clerk (Unexpired term ending December 1, 2024) 8700 | 4200014A | 103 | 337 | 440 |
283282 | 283282 | ANDREA AGUILAR 21540 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION City Clerk (Unexpired term ending December 1, 2024) 8700 | 4200015A | 103 | 310 | 413 |
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]);