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
This dataset includes two files.
It was generated from NASA Extra Vehicular Activity shared by Jarred Priester
astronauts_EVA includes three columns:
NASA Extra Vehicular activity cleaned includes:
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.