Waste Electrical And Electronic Equipment Collections
Leeds City Council
@ukgov.waste_electrical_and_electronic_equipment_collections
Leeds City Council
@ukgov.waste_electrical_and_electronic_equipment_collections
CREATE TABLE category_definitions (
"category_of_weee" BIGINT,
"category_title" VARCHAR,
"list_of_products_which_fall_under_each_weee_directive_category" VARCHAR
);
CREATE TABLE n_01_08_13_31_03_15 (
"location" VARCHAR,
"collection_number" VARCHAR,
"category_of_weee" VARCHAR,
"total_number_of_items_collected" VARCHAR,
"aug_13" BIGINT,
"sep_13" BIGINT,
"oct_13" BIGINT,
"nov_13" BIGINT,
"dec_13" BIGINT,
"jan_14" BIGINT,
"feb_14" BIGINT,
"mar_14" BIGINT,
"apr_14" BIGINT,
"may_14" BIGINT,
"jun_14" BIGINT,
"jul_14" BIGINT,
"aug_14" BIGINT,
"sep_14" BIGINT,
"oct_14" BIGINT,
"nov_14" BIGINT,
"dec_14" BIGINT,
"jan_15" BIGINT,
"feb_15" BIGINT,
"mar_15" BIGINT
);
Anyone who has the link will be able to view this.