Election Results - General
Leeds City Council
@ukgov.election_results_general
Leeds City Council
@ukgov.election_results_general
CREATE TABLE n_2010_results (
"year" BIGINT,
"type" VARCHAR,
"area" VARCHAR,
"surname" VARCHAR,
"forename" VARCHAR,
"partyname" VARCHAR,
"votes" BIGINT,
"spoiltpapers" VARCHAR,
"elected" VARCHAR,
"electorate" BIGINT
);
CREATE TABLE n_2015_results (
"extractdate" TIMESTAMP,
"organisationuri" VARCHAR,
"organisationlabel" VARCHAR,
"servicetypeuri" VARCHAR,
"servicetypelabel" VARCHAR,
"election_year" BIGINT,
"election_type" VARCHAR,
"ward_name" VARCHAR,
"surname" VARCHAR,
"forename" VARCHAR,
"description" VARCHAR,
"votes" BIGINT,
"elected" VARCHAR,
"electorate" BIGINT
);
CREATE TABLE n_2017_results (
"publicationdate" TIMESTAMP,
"organisationuri" VARCHAR,
"organisationlabel" VARCHAR,
"servicetypeuri" VARCHAR,
"servicetypelabel" VARCHAR,
"electiondate" TIMESTAMP,
"typeofelection" VARCHAR,
"electedbodyuri" VARCHAR,
"electedbodylabel" VARCHAR,
"electoralareauri" VARCHAR,
"electoralarealabel" VARCHAR,
"candidatesurname" VARCHAR,
"candidateforenames" VARCHAR,
"commonlyusedsurname" VARCHAR,
"commonlyusedforenames" VARCHAR,
"politicalpartyuri" VARCHAR,
"politicalpartylabel" VARCHAR,
"candidatesdescription" VARCHAR,
"voteswon" BIGINT,
"elected" VARCHAR,
"votescast" BIGINT,
"eligibleelectorate" BIGINT,
"ballotsrejectedofficialmark" BIGINT,
"ballotsrejectedmultiplevote" BIGINT,
"ballotsrejectedidentification" BIGINT,
"ballotsrejectedinpart" BIGINT,
"ballotsrejectedunmarked" BIGINT,
"percentageturnout" DOUBLE,
"infourl" VARCHAR,
"returningofficer" VARCHAR,
"electoraldept" VARCHAR,
"contactemail" VARCHAR,
"contacttel" VARCHAR
);
CREATE TABLE n_2017_turnout (
"polling_station_box_no" VARCHAR,
"polling_district_s" VARCHAR,
"ward" VARCHAR,
"constituency" VARCHAR,
"electorate" BIGINT,
"votes_cast" BIGINT,
"n__turnout" VARCHAR,
"unnamed_7" VARCHAR,
"unnamed_8" VARCHAR,
"unnamed_9" VARCHAR,
"unnamed_10" VARCHAR,
"unnamed_11" VARCHAR
);
Anyone who has the link will be able to view this.