results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 24421
This data as json, CSV (advanced)
Suggested facets: polling_place, vote_by_mail, total
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
231329 | 231329 | ZEEL AHIR 24421 | ARTESIA CITY GENERAL MUNICIPAL ELECTION Member of the City Council 9668 | 0400001A | 263 | 673 | 936 |
231333 | 231333 | ZEEL AHIR 24421 | ARTESIA CITY GENERAL MUNICIPAL ELECTION Member of the City Council 9668 | 0400004A | 307 | 761 | 1068 |
231337 | 231337 | ZEEL AHIR 24421 | ARTESIA CITY GENERAL MUNICIPAL ELECTION Member of the City Council 9668 | 0400010A | 61 | 109 | 170 |
231341 | 231341 | ZEEL AHIR 24421 | ARTESIA CITY GENERAL MUNICIPAL ELECTION Member of the City Council 9668 | 9990876A | 0 | 0 | 0 |
231345 | 231345 | ZEEL AHIR 24421 | ARTESIA CITY GENERAL MUNICIPAL ELECTION Member of the City Council 9668 | 9990877A | 0 | 0 | 0 |
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]);