Transboundary Shipments Of Notified Waste By Partner, Hazardousness And Waste Management Operations
Eurostat code: env_wasship ยท (2010 - 2023)
@eurostat.env_wasship
Eurostat code: env_wasship ยท (2010 - 2023)
@eurostat.env_wasship
CREATE TABLE raw (
"freq" VARCHAR,
"stk_flow" VARCHAR,
"partner" VARCHAR,
"hazard" VARCHAR,
"wst_oper" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2010" DOUBLE,
"n_2011" DOUBLE,
"n_2012" DOUBLE,
"n_2013" DOUBLE,
"n_2014" DOUBLE,
"n_2015" DOUBLE,
"n_2016" DOUBLE,
"n_2017" DOUBLE,
"n_2018" DOUBLE,
"n_2019" DOUBLE,
"n_2020" DOUBLE,
"n_2021" DOUBLE,
"n_2022" DOUBLE,
"n_2023" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"stk_flow" VARCHAR,
"partner" VARCHAR,
"hazard" VARCHAR,
"wst_oper" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.