results
Data source: Los Angeles County Registrar-Recorder/County Clerk
4 rows where candidate_id = 21119
This data as json, CSV (advanced)
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
297434 | 297434 | ANGEL JESUS SANCHEZ 21119 | LAWNDALE SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8466 | 2700033A | 2 | 1 | 3 |
297436 | 297436 | ANGEL JESUS SANCHEZ 21119 | LAWNDALE SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8466 | 3650001B | 0 | 0 | 0 |
297438 | 297438 | ANGEL JESUS SANCHEZ 21119 | LAWNDALE SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8466 | 3650002A | 74 | 220 | 294 |
297440 | 297440 | ANGEL JESUS SANCHEZ 21119 | LAWNDALE SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8466 | 3650006A | 42 | 126 | 168 |
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]);