Council Housing Stock
Leeds City Council
@ukgov.council_housing_stock
Leeds City Council
@ukgov.council_housing_stock
Data set showing Council Housing Stock, including sold and demolished dwellings.
Publisher name: Leeds City Council
Last updated: 2022-07-01T04:03:00Z
CREATE TABLE november_2017 (
"n__id" BIGINT -- Id,
"addr1" VARCHAR,
"addr2" VARCHAR,
"postcode" VARCHAR,
"warddescription" VARCHAR,
"propertytype" VARCHAR,
"yearbuilt" BIGINT,
"solddate" VARCHAR,
"demolisheddate" VARCHAR
);CREATE TABLE september_2019 (
"n__id" BIGINT -- Id,
"address1" VARCHAR,
"address2" VARCHAR,
"postcode" VARCHAR,
"ward" VARCHAR,
"property_type" VARCHAR,
"year_built" BIGINT,
"sold_date" TIMESTAMP,
"demolished_date" TIMESTAMP
);Anyone who has the link will be able to view this.