Significant Earthquakes, 1900-Present
Comprehensive Earthquake Dataset, Magnitude 5+ Since 1900 - Updated Regularly
@kaggle.usamabuttar_significant_earthquakes
Comprehensive Earthquake Dataset, Magnitude 5+ Since 1900 - Updated Regularly
@kaggle.usamabuttar_significant_earthquakes
CREATE TABLE significant_earthquakes (
"unnamed_0" BIGINT,
"time" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"depth" DOUBLE,
"mag" DOUBLE,
"magtype" VARCHAR,
"nst" DOUBLE,
"gap" DOUBLE,
"dmin" DOUBLE,
"rms" DOUBLE,
"net" VARCHAR,
"id" VARCHAR,
"updated" VARCHAR,
"place" VARCHAR,
"type" VARCHAR,
"horizontalerror" DOUBLE,
"deptherror" DOUBLE,
"magerror" DOUBLE,
"magnst" DOUBLE,
"status" VARCHAR,
"locationsource" VARCHAR,
"magsource" VARCHAR
);
Anyone who has the link will be able to view this.