Baselight

Wildfires

Explore global and country-level data

@kaggle.willianoliveiragibin_wildfires

Areaburntbywildfiresbyweek New
@kaggle.willianoliveiragibin_wildfires.areaburntbywildfiresbyweek_new

  • 565.27 KB
  • 13416 rows
  • 16 columns
entity

Entity

code

Code

year

Year

area_burnt_by_wildfires_in_2024

Area Burnt By Wildfires In 2024

n__burnt_by_wildfires_in_2023

Burnt By Wildfires In 2023

n__burnt_by_wildfires_in_2022

Burnt By Wildfires In 2022

n__burnt_by_wildfires_in_2021

Burnt By Wildfires In 2021

n__burnt_by_wildfires_in_2020

Burnt By Wildfires In 2020

area_burnt_by_wildfires_in_2019

Area Burnt By Wildfires In 2019

a_burnt_by_wildfires_in_2018

A Burnt By Wildfires In 2018

area_burnt_by_wildfires_in_2017

Area Burnt By Wildfires In 2017

n__area_burnt_by_wildfires_in_2016

Area Burnt By Wildfires In 2016

n__area_burnt_by_wildfires_in_2015

Area Burnt By Wildfires In 2015

area_burnt_by_wildfires_in_2014

Area Burnt By Wildfires In 2014

n__area_burnt_by_wildfires_in_2013

Area Burnt By Wildfires In 2013

n__area_burnt_by_wildfires_in_2012

Area Burnt By Wildfires In 2012

AfghanistanAFG13911246117368
Africa016036545666617951442025588420675580573482747633876848717582369751029886586820718065530561955
Akrotiri and DhekeliaOWID_AKD1
Aland IslandsALA1
AlbaniaALB1317507185
AlgeriaDZA13603051436100126291380206170439456
American SamoaASM1
AndorraAND1
AngolaAGO11625750269963051408821343107295960094729191
AnguillaAIA1

CREATE TABLE areaburntbywildfiresbyweek_new (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "area_burnt_by_wildfires_in_2024" BIGINT,
  "n__burnt_by_wildfires_in_2023" BIGINT,
  "n__burnt_by_wildfires_in_2022" BIGINT,
  "n__burnt_by_wildfires_in_2021" BIGINT,
  "n__burnt_by_wildfires_in_2020" BIGINT,
  "area_burnt_by_wildfires_in_2019" BIGINT,
  "a_burnt_by_wildfires_in_2018" BIGINT,
  "area_burnt_by_wildfires_in_2017" BIGINT,
  "n__area_burnt_by_wildfires_in_2016" BIGINT,
  "n__area_burnt_by_wildfires_in_2015" BIGINT,
  "area_burnt_by_wildfires_in_2014" BIGINT,
  "n__area_burnt_by_wildfires_in_2013" BIGINT,
  "n__area_burnt_by_wildfires_in_2012" BIGINT
);

Share link

Anyone who has the link will be able to view this.