Public Health Funeral Data
Leeds City Council
@ukgov.public_health_funeral_data
Leeds City Council
@ukgov.public_health_funeral_data
CREATE TABLE n_2011 (
"postcode_area_of_last_known_address" VARCHAR,
"date_of_death" VARCHAR,
"cost_of_funeral" VARCHAR,
"date_referred_to_treasury_solicitor" VARCHAR,
"gender" VARCHAR,
"unnamed_5" VARCHAR,
"unnamed_6" VARCHAR
);
CREATE TABLE n_2012 (
"postcode_area_of_last_known_address" VARCHAR,
"date_of_death" VARCHAR,
"cost_of_funeral" VARCHAR,
"cost_recovered" VARCHAR,
"date_referred_to_treasury_solicitor" VARCHAR,
"gender" VARCHAR,
"unnamed_6" VARCHAR,
"unnamed_7" VARCHAR,
"unnamed_8" VARCHAR
);
CREATE TABLE n_2013 (
"postcode_area_of_last_known_address" VARCHAR,
"date_of_death" VARCHAR,
"cost_of_funeral" VARCHAR,
"cost_recovered" VARCHAR,
"date_referred_to_treasury_solicitor" VARCHAR,
"gender" VARCHAR,
"unnamed_6" VARCHAR,
"unnamed_7" VARCHAR,
"unnamed_8" VARCHAR,
"unnamed_9" VARCHAR
);
CREATE TABLE n_2014 (
"postcode_area_of_last_known_address" VARCHAR,
"date_of_death" TIMESTAMP,
"cost_of_funeral" VARCHAR,
"cost_recovered" VARCHAR,
"date_referred_to_treasury_solicitor" VARCHAR,
"gender" VARCHAR,
"unnamed_6" VARCHAR
);
CREATE TABLE n_2015 (
"postcode_area_of_last_known_address" VARCHAR,
"date_of_death" TIMESTAMP,
"cost_of_funeral" VARCHAR,
"cost_recovered" VARCHAR,
"date_referred_to_treasury_solicitor" VARCHAR,
"gender" VARCHAR
);
CREATE TABLE n_2016 (
"postcode_area_of_last_known_address" VARCHAR,
"date_of_death" TIMESTAMP,
"cost_of_funeral" VARCHAR,
"cost_recovered" VARCHAR,
"date_referred_to_treasury_solicitor" VARCHAR,
"gender" VARCHAR
);
CREATE TABLE n_2019 (
"gender" VARCHAR,
"postcode" VARCHAR,
"age" BIGINT,
"dod" TIMESTAMP,
"funeral_cost" VARCHAR,
"costs_recovered" VARCHAR,
"date_referred_to_treasury_solicitor" VARCHAR
);
Anyone who has the link will be able to view this.