NASA Solar Wave And Mag
Develop the Oracle of DSCOVR
@kaggle.asisheriberto_nasa_solar_wave
Develop the Oracle of DSCOVR
@kaggle.asisheriberto_nasa_solar_wave
CREATE TABLE mag_and_solarwind (
"timestamp" BIGINT,
"source" BIGINT,
"bt_med" DOUBLE,
"bt_min" DOUBLE,
"bt_max" DOUBLE,
"bx_med" DOUBLE,
"bx_min" DOUBLE,
"bx_max" DOUBLE,
"by_med" DOUBLE,
"by_min" DOUBLE,
"by_max" DOUBLE,
"bz_med" DOUBLE,
"bz_min" DOUBLE,
"bz_max" DOUBLE,
"phi_mean" DOUBLE,
"phi_min" DOUBLE,
"phi_max" DOUBLE,
"theta_med" DOUBLE,
"theta_min" DOUBLE,
"theta_max" DOUBLE,
"dens_med" DOUBLE,
"dens_min" DOUBLE,
"dens_max" DOUBLE,
"speed_med" DOUBLE,
"speed_min" DOUBLE,
"speed_max" DOUBLE,
"temp_med" BIGINT,
"temp_min" BIGINT,
"temp_max" BIGINT,
"n__1" VARCHAR
);
Anyone who has the link will be able to view this.