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
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_vacant_domestic_properties_includes_caravans_7fdcd8d9" BIGINT,
"domestic_vacancy_rate" DOUBLE
);
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
);
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
);
Anyone who has the link will be able to view this.