results
Data source: Los Angeles County Registrar-Recorder/County Clerk
4 rows where candidate_id = 24210
This data as json, CSV (advanced)
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
3175 | 3175 | CAROL REID KLUTHE 24210 | HERMOSA BEACH CITY SCHOOL DISTRICT Governing Board Member 9600 | 2750009A | 409 | 1630 | 2039 |
3178 | 3178 | CAROL REID KLUTHE 24210 | HERMOSA BEACH CITY SCHOOL DISTRICT Governing Board Member 9600 | 2750019A | 289 | 1374 | 1663 |
3181 | 3181 | CAROL REID KLUTHE 24210 | HERMOSA BEACH CITY SCHOOL DISTRICT Governing Board Member 9600 | 2750028A | 359 | 1399 | 1758 |
3184 | 3184 | CAROL REID KLUTHE 24210 | HERMOSA BEACH CITY SCHOOL DISTRICT Governing Board Member 9600 | 9990845A | 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]);