Canada National & Provincial Per Capita Income
Source: Statistic Canada, 1976 to 2019, with 2019 constant dollars.
@kaggle.charlesluan_canada_national_provincial_capita_income_762019
Source: Statistic Canada, 1976 to 2019, with 2019 constant dollars.
@kaggle.charlesluan_canada_national_provincial_capita_income_762019
CREATE TABLE canada_per_capita_income_from_1976_2019 (
"ref_date" BIGINT,
"geo" VARCHAR,
"income_source" VARCHAR,
"average_income_excluding_zeros" BIGINT,
"median_income_excluding_zeros" BIGINT,
"sex" VARCHAR,
"age_group" VARCHAR,
"uom" VARCHAR
);
Anyone who has the link will be able to view this.