Astronauts Extra Vehicular Activities
Astronauts EVAs number and total time
@kaggle.alexandrepetit881234_astronauts_extra_vehicular_activities
Astronauts EVAs number and total time
@kaggle.alexandrepetit881234_astronauts_extra_vehicular_activities
CREATE TABLE astronauts_eva (
"crew" VARCHAR,
"eva_number" BIGINT,
"eva_time" DOUBLE
);
CREATE TABLE nasa_extra_vehicular_activity_cleaned (
"date" TIMESTAMP,
"country" VARCHAR,
"vehicle" VARCHAR,
"duration" BIGINT,
"crew" VARCHAR,
"purpose" VARCHAR,
"year" BIGINT,
"program" VARCHAR
);
Anyone who has the link will be able to view this.