results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 21538
This data as json, CSV (advanced)
Suggested facets: polling_place
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
225155 | 225155 | CARLOS ALVAREZ 21538 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8589 | 4200001A | 25 | 76 | 101 |
225161 | 225161 | CARLOS ALVAREZ 21538 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8589 | 4200011A | 13 | 56 | 69 |
225167 | 225167 | CARLOS ALVAREZ 21538 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8589 | 4200013A | 25 | 65 | 90 |
225173 | 225173 | CARLOS ALVAREZ 21538 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8589 | 4200014A | 19 | 63 | 82 |
225179 | 225179 | CARLOS ALVAREZ 21538 | MAYWOOD CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8589 | 4200015A | 15 | 83 | 98 |
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]);