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

results

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

4 rows where candidate_id = 21550

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ candidate_id contest_id precinct_id polling_place vote_by_mail total
253502 253502 JIANGUO JASON WANG 21550 DIAMOND BAR CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 3rd District 8647 1780014A 9 26 35
253504 253504 JIANGUO JASON WANG 21550 DIAMOND BAR CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 3rd District 8647 1780019A 60 173 233
253506 253506 JIANGUO JASON WANG 21550 DIAMOND BAR CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 3rd District 8647 1780041A 42 72 114
253508 253508 JIANGUO JASON WANG 21550 DIAMOND BAR CITY GENERAL MUNICIPAL ELECTION Member of the City Council, 3rd District 8647 1780069A 26 93 119

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