Tree Cover Loss By Dominant Driver
@owid.tree_cover_loss_by_driver
@owid.tree_cover_loss_by_driver
CREATE TABLE owid_tree_cover_loss_by_driver (
"country" VARCHAR,
"year" INTEGER,
"commodity_driven_deforestation" FLOAT,
"forestry" FLOAT,
"shifting_agriculture" FLOAT,
"unknown" FLOAT,
"urbanization" FLOAT,
"wildfire" FLOAT,
"total" FLOAT
);
Anyone who has the link will be able to view this.