Earthquake
Know about earthquakes just after they happen
@kaggle.farazrahman_earthquake
Know about earthquakes just after they happen
@kaggle.farazrahman_earthquake
CREATE TABLE all_month (
"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.