Baselight

Meteorite Landings

Meteorite Landings: An In-Depth Exploration

@kaggle.anoopjohny_meteorite_landings

Meteorite Landings
@kaggle.anoopjohny_meteorite_landings.meteorite_landings

  • 1.25 MB
  • 45716 rows
  • 10 columns
name

Name

id

Id

nametype

Nametype

recclass

Recclass

mass_g

Mass (g)

fall

Fall

year

Year

reclat

Reclat

reclong

Reclong

geolocation

GeoLocation

Aachen1ValidL521Fell188050.7756.08333(50.775, 6.08333)
Aarhus2ValidH6720Fell195156.1833310.23333(56.18333, 10.23333)
Abee6ValidEH4107000Fell195254.21667-113(54.21667, -113.0)
Acapulco10ValidAcapulcoite1914Fell197616.88333-99.9(16.88333, -99.9)
Achiras370ValidL6780Fell1902-33.16667-64.95(-33.16667, -64.95)
Adhi Kot379ValidEH44239Fell191932.171.8(32.1, 71.8)
Adzhi-Bogdo (stone)390ValidLL3-6910Fell194944.8333395.16667(44.83333, 95.16667)
Agen392ValidH530000Fell181444.216670.61667(44.21667, 0.61667)
Aguada398ValidL61620Fell1930-31.6-65.23333(-31.6, -65.23333)
Aguila Blanca417ValidL1440Fell1920-30.86667-64.55(-30.86667, -64.55)

CREATE TABLE meteorite_landings (
  "name" VARCHAR,
  "id" BIGINT,
  "nametype" VARCHAR,
  "recclass" VARCHAR,
  "mass_g" DOUBLE,
  "fall" VARCHAR,
  "year" DOUBLE,
  "reclat" DOUBLE,
  "reclong" DOUBLE,
  "geolocation" VARCHAR
);

Share link

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