Global Plastics Outlook - Plastics Waste By Region And End-of-life Fate - Projections
@owid.plastic_fate_regions_projections
@owid.plastic_fate_regions_projections
CREATE TABLE owid_plastic_fate_regions_projections (
"country" VARCHAR,
"year" INTEGER,
"value_incinerated" UINTEGER,
"value_landfilled" UINTEGER,
"value_mismanaged" UINTEGER,
"value_recycled" UINTEGER,
"value_total" UINTEGER,
"share_incinerated" FLOAT,
"share_landfilled" FLOAT,
"share_mismanaged" FLOAT,
"share_recycled" FLOAT,
"value_incinerated_share" FLOAT,
"value_landfilled_share" FLOAT,
"value_mismanaged_share" FLOAT,
"value_recycled_share" FLOAT
);
Anyone who has the link will be able to view this.