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
  • 7.16 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 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 %
);

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.68 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  -- Non-Domestic Vacancy Rate %
);

Property Vacancy Rates By District Council

@ukgov.property_vacancy_rates_by_district_council_and_sector.property_vacancy_rates_by_district_council
  • 6.39 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  -- Vacancy Rate %
);

Share link

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