Forest Fires Data Set Portugal
Forest Fires in Portugal
@kaggle.ishandutta_forest_fires_data_set_portugal
Forest Fires in Portugal
@kaggle.ishandutta_forest_fires_data_set_portugal
CREATE TABLE forestfires (
"x" BIGINT,
"y" BIGINT,
"month" VARCHAR,
"day" VARCHAR,
"ffmc" DOUBLE,
"dmc" DOUBLE,
"dc" DOUBLE,
"isi" DOUBLE,
"temp" DOUBLE,
"rh" BIGINT,
"wind" DOUBLE,
"rain" DOUBLE,
"area" DOUBLE
);
Anyone who has the link will be able to view this.