results
Data source: Los Angeles County Registrar-Recorder/County Clerk
4 rows where candidate_id = 23124
This data as json, CSV (advanced)
Suggested facets: vote_by_mail
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
246770 | 246770 | BRIDGET LEWIS 23124 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 2nd District 9256 | 7150037B | 159 | 738 | 897 |
246772 | 246772 | BRIDGET LEWIS 23124 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 2nd District 9256 | 7150044A | 177 | 672 | 849 |
246774 | 246774 | BRIDGET LEWIS 23124 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 2nd District 9256 | 7150300A | 152 | 672 | 824 |
246776 | 246776 | BRIDGET LEWIS 23124 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 2nd District 9256 | 7150301B | 160 | 614 | 774 |
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]);