NASA - Nearest Earth Objects
A cumulative data for Nearest Earth Objects by NASA
@kaggle.sameepvani_nasa_nearest_earth_objects
A cumulative data for Nearest Earth Objects by NASA
@kaggle.sameepvani_nasa_nearest_earth_objects
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
);
Anyone who has the link will be able to view this.