results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 23130
This data as json, CSV (advanced)
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
169262 | 169262 | KOUSHA MODANLOU 23130 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 4th District 9257 | 7150025A | 35 | 106 | 141 |
169264 | 169264 | KOUSHA MODANLOU 23130 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 4th District 9257 | 7150048A | 26 | 59 | 85 |
169266 | 169266 | KOUSHA MODANLOU 23130 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 4th District 9257 | 7150060A | 38 | 114 | 152 |
169268 | 169268 | KOUSHA MODANLOU 23130 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 4th District 9257 | 7150061A | 42 | 163 | 205 |
169270 | 169270 | KOUSHA MODANLOU 23130 | TORRANCE CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 4th District 9257 | 7150116B | 45 | 117 | 162 |
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]);