Baselight

Quarterly Property Vacancy Rates By District Council And Sector

OpenDataNI

@ukgov.property_vacancy_rates_by_district_council_and_sector

Loading...
Loading...

About this Dataset

Quarterly 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

Tables

Domestic Property Vacancy Rates By District Council

@ukgov.property_vacancy_rates_by_district_council_and_sector.domestic_property_vacancy_rates_by_district_council
  • 6.99 KB
  • 108 rows
  • 5 columns
Loading...

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

Non-Domestic Property Vacancy Rates By District Council

@ukgov.property_vacancy_rates_by_district_council_and_sector.non_domestic_property_vacancy_rates_by_district_council
  • 6.53 KB
  • 108 rows
  • 5 columns
Loading...

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

Property Vacancy Rates By District Council

@ukgov.property_vacancy_rates_by_district_council_and_sector.property_vacancy_rates_by_district_council
  • 6.24 KB
  • 108 rows
  • 5 columns
Loading...

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

Share link

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