Quarterly Property Vacancy Rates By District Council And Sector
OpenDataNI
@ukgov.property_vacancy_rates_by_district_council_and_sector
OpenDataNI
@ukgov.property_vacancy_rates_by_district_council_and_sector
These tables relate to properties recorded as vacant on the Land & Property Services (LPS) rating system. The information provided is at a point in time and the tables are updated quarterly. Data is presented by District Council and by Property type.
Publisher name: OpenDataNI
Last updated: 2024-09-14T02:53:05Z
CREATE TABLE domestic_property_vacancy_rates_by_district_council (
"date" VARCHAR,
"district_council" VARCHAR,
"number_of_domestic_properties_includes_caravans_domest_f5f7a175" BIGINT -- Number Of Domestic Properties (includes Caravans, Domestic Garages, Domestic Stores And Car Parking Spaces),
"number_of_vacant_domestic_properties_includes_caravans_7fdcd8d9" BIGINT -- Number Of Vacant Domestic Properties (includes Caravans, Domestic Garages, Domestic Stores And Car Parking Spaces),
"domestic_vacancy_rate" DOUBLE -- Domestic Vacancy Rate %
);CREATE TABLE non_domestic_property_vacancy_rates_by_district_council (
"date" VARCHAR,
"district_council" VARCHAR,
"number_of_non_domestic_properties" BIGINT,
"number_of_vacant_non_domestic_properties" BIGINT,
"non_domestic_vacancy_rate" DOUBLE -- Non-Domestic Vacancy Rate %
);CREATE TABLE property_vacancy_rates_by_district_council (
"date" VARCHAR,
"district_council" VARCHAR,
"number_of_properties" BIGINT,
"number_of_vacant_properties" BIGINT,
"vacancy_rate" DOUBLE -- Vacancy Rate %
);Anyone who has the link will be able to view this.