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

results

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

4 rows where candidate_id = 21244

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ candidate_id contest_id precinct_id polling_place vote_by_mail total
315043 315043 JACQUELINE J. RUBIO 21244 VALLE LINDO SCHOOL DISTRICT Governing Board Member 8490 6530004A 55 144 199
315047 315047 JACQUELINE J. RUBIO 21244 VALLE LINDO SCHOOL DISTRICT Governing Board Member 8490 6530041B 124 353 477
315051 315051 JACQUELINE J. RUBIO 21244 VALLE LINDO SCHOOL DISTRICT Governing Board Member 8490 6530045B 18 40 58
315055 315055 JACQUELINE J. RUBIO 21244 VALLE LINDO SCHOOL DISTRICT Governing Board Member 8490 6530046B 15 42 57

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