All The Earthquakes Dataset : From 1990-2023
Unveiling Earth's Seismic Secrets - A Comprehensive Dataset (1990-2023)
@kaggle.alessandrolobello_the_ultimate_earthquake_from_1990_2023
Unveiling Earth's Seismic Secrets - A Comprehensive Dataset (1990-2023)
@kaggle.alessandrolobello_the_ultimate_earthquake_from_1990_2023
CREATE TABLE eartquakes_1990_2023 (
"time" BIGINT,
"place" VARCHAR,
"status" VARCHAR,
"tsunami" BIGINT,
"significance" BIGINT,
"data_type" VARCHAR,
"magnitudo" DOUBLE,
"state" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"depth" DOUBLE,
"date" VARCHAR
);
Anyone who has the link will be able to view this.