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
A dataset providing the number and weight of items collected under the Waste Electrical and Electronic Equipment (WEEE) directive from council locations. The category definition file provides a list of products that fall under each of the 10 categories. The list is not exhaustive but shows examples of the type of products included in the broader categories. Additional information ---------------------- * This dataset will next be updated on completion of contract change * To find out about household WEEE recycling click on the following link: http://www.leeds.gov.uk/residents/pages/AtoZRecycle.aspx?index=W * Weight is in KG Please note ----------- As of 31/03/2015 collection of WEEE has not been updated. The dataset will be reviewed on a ad hoc basis.
Publisher name: Leeds City Council
Last updated: 2024-09-14T09:31:07Z
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.