home / la-county-general-election-results-2022

results

Data source: Los Angeles County Registrar-Recorder/County Clerk

5 rows where candidate_id = 21307

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ candidate_id contest_id precinct_id polling_place vote_by_mail total
24721 24721 VERONICA MICHELLE LUCIO 21307 ABC UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 6 8428 3450079A 32 118 150
24723 24723 VERONICA MICHELLE LUCIO 21307 ABC UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 6 8428 3450081A 52 160 212
24725 24725 VERONICA MICHELLE LUCIO 21307 ABC UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 6 8428 3450084A 6 11 17
24727 24727 VERONICA MICHELLE LUCIO 21307 ABC UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 6 8428 3450091A 84 270 354
24729 24729 VERONICA MICHELLE LUCIO 21307 ABC UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 6 8428 3450092A 115 293 408

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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]);
Powered by Datasette · Queries took 9.267ms · Data source: Los Angeles County Registrar-Recorder/County Clerk