Baselight

Significant Earthquakes, 1900-Present

Comprehensive Earthquake Dataset, Magnitude 5+ Since 1900 - Updated Regularly

@kaggle.usamabuttar_significant_earthquakes

Significant Earthquakes
@kaggle.usamabuttar_significant_earthquakes.significant_earthquakes

  • 6.69 MB
  • 105061 rows
  • 23 columns
unnamed_0

Unnamed: 0

time

Time

latitude

Latitude

longitude

Longitude

depth

Depth

mag

Mag

magtype

MagType

nst

Nst

gap

Gap

dmin

Dmin

rms

Rms

net

Net

id

Id

updated

Updated

place

Place

type

Type

horizontalerror

HorizontalError

deptherror

DepthError

magerror

MagError

magnst

MagNst

status

Status

locationsource

LocationSource

magsource

MagSource

1900-10-09T12:25:00.000Z57.09-153.487.86mwushisushis3912022-05-09T14:44:17.838Z16 km SW of Old Harbor, Alaskaearthquakereviewedushispt
11901-03-03T07:45:00.000Z36-120.56.4msushisushis3932018-06-04T20:43:44.000Z12 km NNW of Parkfield, Californiaearthquakereviewedushisell
21901-07-26T22:20:00.000Z40.8-115.75faushisushis3952018-06-04T20:43:44.000Z6 km SE of Elko, Nevadaearthquakereviewedushissjg
31901-12-30T22:34:00.000Z52-1607msushisushis3972018-06-04T20:43:44.000Zsouth of Alaskaearthquakereviewedushisabe
41902-01-01T05:20:30.000Z52.38-167.457msushisushis4002018-06-04T20:43:44.000Z113 km ESE of Nikolski, Alaskaearthquakereviewedushisabe
51902-05-19T18:31:00.000Z38.3-121.95.4mlushisushis4022018-06-04T20:43:44.000Z5 km S of Elmira, Californiaearthquakereviewedushiscdmg
61902-07-28T06:57:00.000Z34.8-120.45.4mlushisushis4042018-06-04T20:43:44.000Z7 km SSE of Orcutt, Californiaearthquakereviewedushiscdmg
71902-11-17T19:50:00.000Z37.4-113.56.3mintushisushis4082022-11-27T22:54:19.228ZNear Pine Valley, Utahearthquakereviewedushisuu
81903-01-17T16:05:00.000Z50.85-175.167msushisushis4112018-06-04T20:43:44.000Z153 km SE of Adak, Alaskaearthquakereviewedushisabe
91903-02-05T18:26:00.000Z521756.8msushisushis4132018-06-04T20:43:44.000Z155 km SE of Attu Station, Alaskaearthquakereviewedushisabe

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
);

Share link

Anyone who has the link will be able to view this.