Council Tax Bands Of All Properties In Leeds
Leeds City Council
@ukgov.council_tax_bands_of_all_properties_in_leeds
Leeds City Council
@ukgov.council_tax_bands_of_all_properties_in_leeds
A dataset providing the assigned council tax band of every property in Leeds. Council tax bands are calculated using the value of the property that you live at at a certain point of time. Local councils set the amount of tax that must be paid based on these council tax bands. Please Note ----------- * The property_ref column is the council's own reference number for each property, not the Unique Property Reference Number (UPRN). Further information ------------------- * For further information on council tax and benefits please visit: http://www.leeds.gov.uk/residents/Pages/Council-tax-and-benefits.aspx * See also: DirectGov council tax valuation list
Publisher name: Leeds City Council
Last updated: 2024-09-14T09:34:59Z
CREATE TABLE n_2015 (
"addr1" VARCHAR,
"addr2" VARCHAR,
"addr3" VARCHAR,
"addr4" VARCHAR,
"band" VARCHAR,
"property_ref" VARCHAR
);CREATE TABLE n_2016 (
"addr1" VARCHAR,
"addr2" VARCHAR,
"addr3" VARCHAR,
"addr4" VARCHAR,
"band" VARCHAR,
"property_ref" VARCHAR,
"band_from" VARCHAR,
"unnamed_7" VARCHAR -- Unnamed: 7,
"unnamed_8" VARCHAR -- Unnamed: 8,
"unnamed_9" VARCHAR -- Unnamed: 9,
"unnamed_10" VARCHAR -- Unnamed: 10,
"unnamed_11" VARCHAR -- Unnamed: 11,
"unnamed_12" VARCHAR -- Unnamed: 12
);CREATE TABLE n_2017 (
"addr1" VARCHAR,
"addr2" VARCHAR,
"addr3" VARCHAR,
"addr4" VARCHAR,
"band" VARCHAR,
"property_ref" VARCHAR,
"band_from" VARCHAR,
"unnamed_7" VARCHAR -- Unnamed: 7,
"unnamed_8" VARCHAR -- Unnamed: 8,
"unnamed_9" VARCHAR -- Unnamed: 9,
"unnamed_10" VARCHAR -- Unnamed: 10,
"unnamed_11" VARCHAR -- Unnamed: 11,
"unnamed_12" VARCHAR -- Unnamed: 12
);CREATE TABLE n_2018 (
"property_ref" VARCHAR,
"addr1" VARCHAR,
"addr2" VARCHAR,
"addr3" VARCHAR,
"addr4" VARCHAR,
"band" VARCHAR,
"band_from" VARCHAR
);Anyone who has the link will be able to view this.