Mars Asteroid Observation
Predict the days required for asteroid observation passing by Mars.
@kaggle.sanskar457_observation_days_dataset
Predict the days required for asteroid observation passing by Mars.
@kaggle.sanskar457_observation_days_dataset
CREATE TABLE final_observation_days (
"id" BIGINT,
"full_name" VARCHAR,
"sigma_e" DOUBLE,
"sigma_a" DOUBLE,
"sigma_i" DOUBLE,
"sigma_om" DOUBLE,
"sigma_w" DOUBLE,
"sigma_ma" DOUBLE,
"sigma_ad" DOUBLE,
"sigma_n" DOUBLE,
"sigma_tp" DOUBLE,
"sigma_per" DOUBLE,
"a" DOUBLE,
"e" DOUBLE,
"i" DOUBLE,
"om" DOUBLE,
"w" DOUBLE,
"ad" DOUBLE,
"q" DOUBLE,
"per_y" DOUBLE,
"n_obs_used" BIGINT,
"ma" DOUBLE,
"condition_code" DOUBLE,
"h" DOUBLE,
"epoch_mjd" BIGINT,
"data_arc" DOUBLE
);
Anyone who has the link will be able to view this.