Baselight

CPC Leadership Results 2022

Breakdown of voting across the Canadian federal electoral districts

@kaggle.iammattaustin_cpcleadership2022

Loading...
Loading...

About this Dataset

CPC Leadership Results 2022

Results of the CPC Leadership Election of 2022 by electoral district as made publicly available by the Conservative Party of Canada in pdf format.

PDF was modified to make up this dataset so as to make the data usable in tabular form.

Original pdf located on the Conservative Party of Canada website HERE

Tables

Cpcldr Results By Ed 2022

@kaggle.iammattaustin_cpcleadership2022.cpcldr_results_by_ed_2022
  • 38.45 KB
  • 338 rows
  • 13 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.