How Old Is Our Housing?
Cambridgeshire Insight
@ukgov.how_old_is_our_housing1
Cambridgeshire Insight
@ukgov.how_old_is_our_housing1
CREATE TABLE where_can_we_find_homes_with_solid_walls (
"n_2011_lsoa" VARCHAR,
"n_2011_lsoa_name" VARCHAR,
"local_2011_lsoa_name" VARCHAR,
"total_homes_built_before_1929" BIGINT,
"total_homes_built_1930_to_1939" BIGINT,
"total_homes_built_1945_to_2015" BIGINT,
"total_homes_unknown_built_date" VARCHAR,
"total_homes" BIGINT
);
CREATE TABLE homes_by_age_built_and_council_tax_band (
"n_2011_lsoa" VARCHAR,
"n_2011_lsoa_name" VARCHAR,
"local_2011_lsoa_name" VARCHAR,
"council_tax_band" VARCHAR,
"built_before_1900" DOUBLE,
"built_1900_to_1918" DOUBLE,
"built_1919_to_1929" DOUBLE,
"built_1930_to_1939" DOUBLE,
"built_1945_to_1954" DOUBLE,
"built_1955_to_1964" DOUBLE,
"built_1965_to_1972" DOUBLE,
"built_1973_to_1982" DOUBLE,
"built_1983_to_1992" DOUBLE,
"built_1993_to_1999" DOUBLE,
"built_2000_to_2009" DOUBLE,
"built_2010_to_2015" DOUBLE,
"built_date_unknown" DOUBLE,
"total" DOUBLE
);
Anyone who has the link will be able to view this.