NASA Near Earth Objects Information
Information about all the NEOs by NASA
@kaggle.adityaramachandran27_nasa_near_earth_objects_information
Information about all the NEOs by NASA
@kaggle.adityaramachandran27_nasa_near_earth_objects_information
CREATE TABLE nasa_near_earth_objects (
"unnamed_0" BIGINT,
"id" BIGINT,
"neo_reference_id" BIGINT,
"name" VARCHAR,
"name_limited" VARCHAR,
"designation" VARCHAR,
"absolute_magnitude_h" DOUBLE,
"is_potentially_hazardous_asteroid" BOOLEAN,
"is_sentry_object" BOOLEAN,
"kilometers_estimated_diameter_min" DOUBLE,
"kilometers_estimated_diameter_max" DOUBLE,
"orbit_id" VARCHAR,
"orbit_class_type" VARCHAR,
"perihelion_distance" DOUBLE,
"aphelion_distance" DOUBLE,
"first_observation_date" VARCHAR,
"last_observation_date" TIMESTAMP,
"orbit_class_description" VARCHAR
);
Anyone who has the link will be able to view this.