CPC Leadership Results 2022
Breakdown of voting across the Canadian federal electoral districts
@kaggle.iammattaustin_cpcleadership2022
Breakdown of voting across the Canadian federal electoral districts
@kaggle.iammattaustin_cpcleadership2022
CREATE TABLE cpcldr_results_by_ed_2022 (
"ed" VARCHAR,
"scott_aitchison" BIGINT,
"roman_baber" BIGINT,
"jean_charest" BIGINT,
"leslyn_lewis" BIGINT,
"pierre_poilievre" BIGINT,
"total_votes" BIGINT,
"scott_aitchison_1" DOUBLE,
"roman_baber_1" DOUBLE,
"jean_charest_1" DOUBLE,
"leslyn_lewis_1" DOUBLE,
"pierre_poilievre_1" DOUBLE,
"total_electoral_pts" DOUBLE
);
Anyone who has the link will be able to view this.