Global Monthly Burned Area
@owid.monthly_burned_area
@owid.monthly_burned_area
CREATE TABLE owid_monthly_burned_area (
"country" VARCHAR,
"year" INTEGER,
"month" INTEGER,
"days_since_2000" INTEGER,
"forest" FLOAT,
"savannas" FLOAT,
"shrublands_grasslands" FLOAT,
"croplands" FLOAT,
"other" FLOAT,
"all" FLOAT
);
Anyone who has the link will be able to view this.