Tsunami Dataset
Data on 2.2k tsunami events all over the world.
@kaggle.andrewmvd_tsunami_dataset
Data on 2.2k tsunami events all over the world.
@kaggle.andrewmvd_tsunami_dataset
CREATE TABLE tsunami_dataset (
"id" BIGINT,
"year" BIGINT,
"month" DOUBLE,
"day" DOUBLE,
"hour" DOUBLE,
"minute" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location_name" VARCHAR,
"country" VARCHAR,
"region" VARCHAR,
"cause" VARCHAR,
"event_validity" VARCHAR,
"eq_magnitude" DOUBLE,
"eq_depth" DOUBLE,
"ts_intensity" DOUBLE,
"damage_total_description" VARCHAR,
"houses_total_description" VARCHAR,
"deaths_total_description" VARCHAR,
"url" VARCHAR,
"comments" VARCHAR
);
Anyone who has the link will be able to view this.