candidates
Data source: Los Angeles County Registrar-Recorder/County Clerk
7 rows where contest_id = 9011
This data as json, CSV (advanced)
Suggested facets: party
id ▼ | name | party | contest_id | total_votes |
---|---|---|---|---|
22079 | JAMES SHUSTER | Republican | UNITED STATES REPRESENTATIVE, 32nd District 9011 | 16473 |
22085 | BRAD SHERMAN | Democratic | UNITED STATES REPRESENTATIVE, 32nd District 9011 | 91708 |
22404 | CHRISTOPHER A. AHUJA | Democratic | UNITED STATES REPRESENTATIVE, 32nd District 9011 | 12614 |
22541 | TREVOR LUCAS WITT | Democratic | UNITED STATES REPRESENTATIVE, 32nd District 9011 | 1631 |
22549 | LARRY THOMPSON | Republican | UNITED STATES REPRESENTATIVE, 32nd District 9011 | 29811 |
22867 | DOUGLAS SMITH | Democratic | UNITED STATES REPRESENTATIVE, 32nd District 9011 | 2499 |
22999 | DAVE ABBITT | Democratic | UNITED STATES REPRESENTATIVE, 32nd District 9011 | 1661 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [candidates] ( [id] INTEGER PRIMARY KEY, [name] TEXT, [party] TEXT, [contest_id] INTEGER REFERENCES [contests]([id]), [total_votes] INTEGER ); CREATE INDEX [idx_candidates_contest_id] ON [candidates] ([contest_id]);