Global Earthquake Data
Comprehensive dataset of global earthquakes with key attributes for analysis.
@kaggle.shreyasur965_recent_earthquakes
Comprehensive dataset of global earthquakes with key attributes for analysis.
@kaggle.shreyasur965_recent_earthquakes
CREATE TABLE earthquakes (
"id" VARCHAR,
"magnitude" DOUBLE,
"type" VARCHAR,
"title" VARCHAR,
"date" TIMESTAMP,
"time" BIGINT,
"updated" BIGINT,
"url" VARCHAR,
"detailurl" VARCHAR,
"felt" BIGINT,
"cdi" BIGINT,
"mmi" BIGINT,
"alert" VARCHAR,
"status" VARCHAR,
"tsunami" BIGINT,
"sig" BIGINT,
"net" VARCHAR,
"code" VARCHAR,
"ids" VARCHAR,
"sources" VARCHAR,
"types" VARCHAR,
"nst" BIGINT,
"dmin" DOUBLE,
"rms" DOUBLE,
"gap" DOUBLE,
"magtype" VARCHAR,
"geometrytype" VARCHAR,
"depth" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"place" VARCHAR,
"distancekm" BIGINT,
"placeonly" VARCHAR,
"location" VARCHAR,
"continent" VARCHAR,
"country" VARCHAR,
"subnational" VARCHAR,
"city" VARCHAR,
"locality" VARCHAR,
"postcode" DOUBLE,
"what3words" VARCHAR,
"timezone" BIGINT,
"locationdetails" VARCHAR
);
Anyone who has the link will be able to view this.