Possible Asteroid Impacts With Earth
Name, orbit, and year range for impacts predicted by Sentry system
@kaggle.nasa_asteroid_impacts
Name, orbit, and year range for impacts predicted by Sentry system
@kaggle.nasa_asteroid_impacts
CREATE TABLE impacts (
"object_name" VARCHAR,
"period_start" BIGINT,
"period_end" BIGINT,
"possible_impacts" BIGINT,
"cumulative_impact_probability" DOUBLE,
"asteroid_velocity" DOUBLE,
"asteroid_magnitude" DOUBLE,
"asteroid_diameter_km" DOUBLE,
"cumulative_palermo_scale" DOUBLE,
"maximum_palermo_scale" DOUBLE,
"maximum_torino_scale" VARCHAR
);
Anyone who has the link will be able to view this.