Near Earth Objects Observed By NASA(1900-2021)
Dataset is about the NEOS which past or will pass through the earth
@kaggle.ramjasmaurya_near_earth_objects_observed_by_nasa
Dataset is about the NEOS which past or will pass through the earth
@kaggle.ramjasmaurya_near_earth_objects_observed_by_nasa
CREATE TABLE near_earth_objects (
"object" VARCHAR,
"close_approach_ca_date" VARCHAR -- Close-Approach (CA) Date,
"ca_distance_nominal_ld_au" VARCHAR -- CA Distance Nominal (LD | Au),
"ca_distance_minimum_ld_au" VARCHAR -- CA Distance Minimum (LD | Au),
"v_relative_km_s" DOUBLE -- V Relative (km/s),
"v_infinity_km_s" DOUBLE -- V Infinity (km/s),
"h_mag" DOUBLE -- H (mag),
"diameter" VARCHAR
);
Anyone who has the link will be able to view this.