Near-Earth Asteroids (1900-2022)
Data is collected from NASA JPL
@kaggle.kazushiadachi_nearearth_asteroids_19002022
Data is collected from NASA JPL
@kaggle.kazushiadachi_nearearth_asteroids_19002022
CREATE TABLE near_earth_asteroids_neas (
"date" TIMESTAMP,
"nec" BIGINT,
"atira" BIGINT,
"aten" BIGINT,
"apollo" BIGINT,
"amor" BIGINT,
"pha_km" BIGINT,
"pha" BIGINT,
"nea_km" BIGINT,
"nea_140m" BIGINT,
"nea" BIGINT,
"neo" BIGINT
);
Anyone who has the link will be able to view this.