FLOOD PREDICTION
Predicting Flood Events: A Machine Learning Dataset
@kaggle.vijayaragulvr_flood_prediction
Predicting Flood Events: A Machine Learning Dataset
@kaggle.vijayaragulvr_flood_prediction
CREATE TABLE flood_dataset_classification (
"disaster_type" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"total_deaths" DOUBLE,
"total_affected" DOUBLE,
"duration" DOUBLE,
"time" BIGINT,
"rainfall" DOUBLE,
"elevation" DOUBLE,
"slope" DOUBLE,
"distance" DOUBLE,
"occured" BIGINT
);
Anyone who has the link will be able to view this.