Comtrade Database
@owid.plastic_waste
@owid.plastic_waste
CREATE TABLE owid_plastic_waste (
"year" INTEGER,
"country" VARCHAR,
"import_total_mot" FLOAT,
"export_total_mot" FLOAT,
"import_air" FLOAT,
"import_sea" FLOAT,
"import_railway" FLOAT,
"import_road" FLOAT,
"export_air" FLOAT,
"export_sea" FLOAT,
"export_road" FLOAT,
"import_other_mot" FLOAT,
"import_postal_consignments_mail_or_courier_shipment" FLOAT,
"export_other_mot" FLOAT,
"import_inland_waterway" FLOAT,
"export_inland_waterway" FLOAT,
"export_railway" FLOAT,
"export_postal_consignments_mail_or_courier_shipment" FLOAT,
"import_pipelines_cables_postal_and_others" FLOAT,
"export_water_not_else_classified" FLOAT,
"export_self_propelled_goods" FLOAT,
"import_land" FLOAT,
"export_land" FLOAT,
"export_pipelines_and_cables" FLOAT,
"import_pipelines_and_cables" FLOAT,
"import_water" FLOAT,
"import_self_propelled_goods" FLOAT,
"export_water" FLOAT,
"import_land_not_else_classified" FLOAT,
"export_land_not_else_classified" FLOAT,
"net_export" FLOAT,
"import_total_mot_per_capita" FLOAT,
"export_total_mot_per_capita" FLOAT,
"net_export_per_capita" FLOAT,
"import_share" FLOAT,
"export_share" FLOAT
);
Anyone who has the link will be able to view this.