OECD Affordable Housing Database (AHD) - Housing Costs
@owid.affordable_housing
@owid.affordable_housing
CREATE TABLE owid_housing_costs_burden (
"year" INTEGER,
"country" VARCHAR,
"quintile" VARCHAR,
"tenure_type" VARCHAR,
"hc_burden" FLOAT,
"hc_overburden" FLOAT
);
CREATE TABLE owid_housing_costs_share (
"year" INTEGER,
"country" VARCHAR,
"hc_share" FLOAT
);
Anyone who has the link will be able to view this.