Comtrade Database
@owid.plastic_waste
@owid.plastic_waste
The United Nations Comtrade database aggregates detailed global annual and monthly trade statistics by product and trading partner for use by governments, academia, research institutes, and enterprises. Data compiled by the United Nations Statistics.
Division covers approximately 200 countries and represents more than 99% of the world's merchandise trade. Information can be extracted in a variety of formats, including API developer tools for integration into enterprise applications and workflows.
Subscribers receive access to additional functionality to improve efficiency and specificity.
The conversion factors used in Comtrade are domestic currency per US Dollar (period average) from IMF.
Contact subscriptions@un.org for information and licensing.
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 -- Import Postal Consignments, Mail Or Courier Shipment,
"export_other_mot" FLOAT,
"import_inland_waterway" FLOAT,
"export_inland_waterway" FLOAT,
"export_railway" FLOAT,
"export_postal_consignments_mail_or_courier_shipment" FLOAT -- Export Postal Consignments, Mail Or Courier Shipment,
"import_pipelines_cables_postal_and_others" FLOAT -- Import Pipelines, Cables, Postal And Others,
"export_water_not_else_classified" FLOAT -- Export Water, Not Else Classified,
"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 -- Import Land, Not Else Classified,
"export_land_not_else_classified" FLOAT -- Export Land, Not Else Classified,
"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,
"export_share_transported_by_air" FLOAT,
"import_share_transported_by_air" FLOAT
);Anyone who has the link will be able to view this.