California WildFires (2013-2020)
List of WildFires in California between 2013 and 2020
@kaggle.ananthu017_california_wildfire_incidents_20132020
List of WildFires in California between 2013 and 2020
@kaggle.ananthu017_california_wildfire_incidents_20132020
CREATE TABLE california_fire_incidents (
"acresburned" DOUBLE,
"active" BOOLEAN,
"adminunit" VARCHAR,
"airtankers" DOUBLE,
"archiveyear" BIGINT,
"calfireincident" BOOLEAN,
"canonicalurl" VARCHAR,
"conditionstatement" VARCHAR,
"controlstatement" VARCHAR,
"counties" VARCHAR,
"countyids" BIGINT,
"crewsinvolved" DOUBLE,
"dozers" DOUBLE,
"engines" DOUBLE,
"extinguished" VARCHAR,
"fatalities" DOUBLE,
"featured" BOOLEAN,
"final" BOOLEAN,
"fueltype" VARCHAR,
"helicopters" DOUBLE,
"injuries" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR,
"longitude" DOUBLE,
"majorincident" BOOLEAN,
"name" VARCHAR,
"percentcontained" DOUBLE,
"personnelinvolved" DOUBLE,
"public" BOOLEAN,
"searchdescription" VARCHAR,
"searchkeywords" VARCHAR,
"started" VARCHAR,
"status" VARCHAR,
"structuresdamaged" DOUBLE,
"structuresdestroyed" DOUBLE,
"structuresevacuated" VARCHAR,
"structuresthreatened" DOUBLE,
"uniqueid" VARCHAR,
"updated" VARCHAR,
"watertenders" DOUBLE
);
Anyone who has the link will be able to view this.