Baselight

NASA - Nearest Earth Objects

A cumulative data for Nearest Earth Objects by NASA

@kaggle.sameepvani_nasa_nearest_earth_objects

Neo
@kaggle.sameepvani_nasa_nearest_earth_objects.neo

  • 2.8 MB
  • 90836 rows
  • 10 columns
id

Id

name

Name

est_diameter_min

Est Diameter Min

est_diameter_max

Est Diameter Max

relative_velocity

Relative Velocity

miss_distance

Miss Distance

orbiting_body

Orbiting Body

sentry_object

Sentry Object

absolute_magnitude

Absolute Magnitude

hazardous

Hazardous

2162635162635 (2000 SS164)1.19827080072.679414965813569.249224181254839744.08284605Earth16.73
2277475277475 (2005 WK4)0.26580.594346868473588.726663498161438126.52395093Earth20true
2512244512244 (2015 YE18)0.72202955771.6145071727114258.692129051249798724.94045679Earth17.83
3596030(2012 BV13)0.0965061470.215794304824764.303138001625434972.72075825Earth22.2
3667127(2014 GE35)0.25500868790.570216760942737.733764726446275567.00130072Earth20.09true
54138696(2021 GY23)0.03635423220.081290534434297.587778302940585691.22792288Earth24.32
54189957(2021 PY40)0.17161489410.383742569127529.472306967329069121.41864897Earth20.95
54230078(2021 XD6)0.00532788660.011913516757544.470082735255115019.25807114Earth28.49
208821388213 (2001 AF2)0.35039264110.783501764356625.210122361569035980.03881611Earth19.4
3766065(2016 YM)0.10581688590.236613750148425.840328792238355261.56076106Earth22

CREATE TABLE neo (
  "id" BIGINT,
  "name" VARCHAR,
  "est_diameter_min" DOUBLE,
  "est_diameter_max" DOUBLE,
  "relative_velocity" DOUBLE,
  "miss_distance" DOUBLE,
  "orbiting_body" VARCHAR,
  "sentry_object" BOOLEAN,
  "absolute_magnitude" DOUBLE,
  "hazardous" BOOLEAN
);

Share link

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