results
Data source: Los Angeles County Registrar-Recorder/County Clerk
5 rows where candidate_id = 21138
This data as json, CSV (advanced)
Link | rowid ▼ | candidate_id | contest_id | precinct_id | polling_place | vote_by_mail | total |
---|---|---|---|---|---|---|---|
276219 | 276219 | SUVERNA MISTRY 21138 | NEWHALL SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8477 | 6220024A | 249 | 430 | 679 |
276221 | 276221 | SUVERNA MISTRY 21138 | NEWHALL SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8477 | 6220109A | 117 | 359 | 476 |
276223 | 276223 | SUVERNA MISTRY 21138 | NEWHALL SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8477 | 6220133A | 103 | 239 | 342 |
276225 | 276225 | SUVERNA MISTRY 21138 | NEWHALL SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8477 | 6820015A | 193 | 451 | 644 |
276227 | 276227 | SUVERNA MISTRY 21138 | NEWHALL SCHOOL DISTRICT Governing Board Member, Trustee Area No. 2 8477 | 7360001A | 91 | 199 | 290 |
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]);