Baselight

OECD Affordable Housing Database (AHD)

@owid.affordable_housing_database

OECD Affordable Housing Database (AHD)
@owid.affordable_housing_database.owid_affordable_housing_database

  • 19.82 KB
  • 200 rows
  • 23 columns
country

Country

year

Year

point_in_time_1

Point In Time 1

point_in_time_2_3

Point In Time 2–3

point_in_time_1_2_3

Point In Time 1–2 3

point_in_time_total

Point In Time Total

flow_1

Flow 1

flow_2_3

Flow 2–3

flow_1_2_3

Flow 1–2 3

flow_total

Flow Total

share_of_women_point_in_time_1_2_3

Share Of Women Point In Time 1–2 3

share_of_women_flow_1_2_3

Share Of Women Flow 1–2 3

share_of_women_flow_2_3

Share Of Women Flow 2–3

share_of_women_point_in_time_2_3

Share Of Women Point In Time 2–3

share_of_women_point_in_time_1

Share Of Women Point In Time 1

share_of_men_point_in_time_1_2_3

Share Of Men Point In Time 1–2 3

share_of_men_flow_1_2_3

Share Of Men Flow 1–2 3

share_of_men_flow_2_3

Share Of Men Flow 2–3

share_of_men_point_in_time_2_3

Share Of Men Point In Time 2–3

share_of_men_point_in_time_1

Share Of Men Point In Time 1

share

Share

number

Number

type_of_strategy

Type Of Strategy

Australia2011102439Not applicable
Australia2016116427Not applicable
Australia202129.73752975463867294.54969787597656124.287223815917974456122494Not applicable
Australia2023No national strategy
Austria20100.233295530080795319500Not applicable
Austria20110.2441427856683731Not applicable
Austria20120.2746160328388214Not applicable
Austria20130.28852584958076477Not applicable
Austria20140.2680967152118683Not applicable
Austria20150.2738854885101318423635Not applicable

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

Share link

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