Comtrade Database
@owid.plastic_waste_2023_2024
@owid.plastic_waste_2023_2024
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.
CREATE TABLE owid_plastic_waste_2023_2024 (
"country" VARCHAR,
"year" INTEGER,
"export_total_mot" FLOAT,
"import_total_mot" FLOAT,
"export_air" FLOAT,
"import_air" FLOAT,
"net_export" FLOAT,
"export_total_mot_per_capita" FLOAT,
"import_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.