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

results

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

5 rows where candidate_id = 20741

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: total

Link rowid ▼ candidate_id contest_id precinct_id polling_place vote_by_mail total
81888 81888 BETTY SANCHEZ 20741 DUARTE UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 8660 1900001A 6 33 39
81890 81890 BETTY SANCHEZ 20741 DUARTE UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 8660 1900015F 2 12 14
81892 81892 BETTY SANCHEZ 20741 DUARTE UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 8660 1940001A 37 140 177
81894 81894 BETTY SANCHEZ 20741 DUARTE UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 8660 3000004B 3 11 14
81896 81896 BETTY SANCHEZ 20741 DUARTE UNIFIED SCHOOL DISTRICT Governing Board Member, Trustee Area No. 5 8660 4400019A 0 4 4

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 10.389ms · Data source: Los Angeles County Registrar-Recorder/County Clerk