Council Elections Voters 2006
Greater London Authority
@ukgov.council_elections_voters_2006
Greater London Authority
@ukgov.council_elections_voters_2006
CREATE TABLE local_elections_votes_party_2006 (
"code" VARCHAR,
"area" VARCHAR,
"electorate_2006" BIGINT,
"total_voting_2006" BIGINT,
"turnout_percent_2006" DOUBLE,
"votes_con_2006" BIGINT,
"votes_lab_2006" BIGINT,
"votes_ld_2006" BIGINT,
"votes_gre_2006" BIGINT,
"votes_others_2006" BIGINT,
"votes_total_2006" BIGINT
);
CREATE TABLE votes_by_candidate_2006 (
"ward_code" VARCHAR,
"borough" VARCHAR,
"ward_name" VARCHAR,
"elected" VARCHAR,
"candidate" VARCHAR,
"party" VARCHAR,
"vote" DOUBLE
);
Anyone who has the link will be able to view this.