General Election Results 2010
Greater London Authority
@ukgov.general_election_results_2010
Greater London Authority
@ukgov.general_election_results_2010
CREATE TABLE gla_general_elections_votes_party_2010 (
"election_year" BIGINT,
"area_code" VARCHAR,
"constituency" VARCHAR,
"candidate_name" VARCHAR,
"party" VARCHAR,
"description" VARCHAR,
"candidate_votes" BIGINT,
"candidate_rank" BIGINT,
"percentage_of_vote" DOUBLE,
"total_constituency_votes" DOUBLE,
"winning_party" VARCHAR,
"majority" DOUBLE,
"electorate" DOUBLE,
"n__turnout" DOUBLE
);
Anyone who has the link will be able to view this.