Baselight

Earthquake

Know about earthquakes just after they happen

@kaggle.farazrahman_earthquake

All Month
@kaggle.farazrahman_earthquake.all_month

  • 744.52 KB
  • 9064 rows
  • 22 columns
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

2025-01-16T02:09:21.820Z34.0446667-117.13333336.411.39ml60290.019650.17cici408405992025-01-16T02:14:01.618Z3 km S of Mentone, CAearthquake0.130.320.17427automaticcici
2025-01-16T01:59:22.210Z18.022666666667-66.832516.262.42md121310.060510.22prpr714709332025-01-16T02:07:21.980Z2 km SE of Yauco, Puerto Ricoearthquake0.50.880.0753614287556865reviewedprpr
2025-01-16T01:55:52.520Z38.8313331604-122.821334838872.26999998092650.48md91290.011840.01ncnc751178112025-01-16T01:57:28.177Z8 km NNW of The Geysers, CAearthquake0.470.8299999830.289automaticncnc
2025-01-16T01:49:24.210Z18.2545-66.42939.022.3md101170.089610.07prpr714709232025-01-16T02:00:19.900Z5 km NW of Orocovis, Puerto Ricoearthquake0.520.70.0357998665349296reviewedprpr
2025-01-16T01:49:15.310Z36.446166992188-121.008163452150.870000004768371.66md71250.041180.06ncnc751178062025-01-16T01:50:51.945Z15 km SE of Pinnacles, CAearthquake0.471.019999980.046automaticncnc
2025-01-16T01:30:54.154Z39.3857-120.147541.3ml1385.50.120.1414nnnn008920452025-01-16T01:32:59.659Z7 km NNE of Truckee, Californiaearthquake1.90.4410automaticnnnn
2025-01-16T01:29:56.630Z38.834331512451-122.878829956062.13000011444090.77md111240.0097750.04ncnc751177962025-01-16T01:31:31.925Z12 km NW of The Geysers, CAearthquake0.40.6200000050.312automaticncnc
2025-01-16T01:07:27.025Z-3.0609102.7448201.0794.8mb471361.3080.83usus6000pkbn2025-01-16T01:20:30.040Z28 km NNW of Lubuklinggau, Indonesiaearthquake9.897.6420.10429reviewedusus
2025-01-16T01:01:27.480Z48.8931153.4416171.7644.3mb341875.0030.37usus6000pkbm2025-01-16T01:31:59.040Z276 km SW of Severo-Kuril’sk, Russiaearthquake16.1713.9980.10426reviewedusus
2025-01-16T00:55:54.720Z33.1726667-116.03616677.111.33ml34420.049010.17cici408405912025-01-16T01:18:03.529Z10 km ENE of Ocotillo Wells, CAearthquake0.190.490.12924reviewedcici

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

Share link

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