OECD Affordable Housing Database (AHD)
@owid.affordable_housing_database
@owid.affordable_housing_database
CREATE TABLE owid_affordable_housing_database (
"country" VARCHAR,
"year" INTEGER,
"point_in_time_1" FLOAT,
"point_in_time_2_3" FLOAT,
"point_in_time_1_2_3" FLOAT,
"point_in_time_total" FLOAT,
"flow_1" FLOAT,
"flow_2_3" FLOAT,
"flow_1_2_3" FLOAT,
"flow_total" FLOAT,
"share_of_women_point_in_time_1_2_3" FLOAT,
"share_of_women_flow_1_2_3" FLOAT,
"share_of_women_flow_2_3" FLOAT,
"share_of_women_point_in_time_2_3" FLOAT,
"share_of_women_point_in_time_1" FLOAT,
"share_of_men_point_in_time_1_2_3" FLOAT,
"share_of_men_flow_1_2_3" FLOAT,
"share_of_men_flow_2_3" FLOAT,
"share_of_men_point_in_time_2_3" FLOAT,
"share_of_men_point_in_time_1" FLOAT,
"share" FLOAT,
"number" UINTEGER,
"type_of_strategy" VARCHAR
);
Anyone who has the link will be able to view this.