NASA Extra Vehicular Activity
Activities done by astronauts, cosmonauts outside a spacecraft beyond the Earth
@kaggle.jarredpriester_nasa_extra_vehicular_activity
Activities done by astronauts, cosmonauts outside a spacecraft beyond the Earth
@kaggle.jarredpriester_nasa_extra_vehicular_activity
This dataset is from NASA's Open Data Portal and is called Extra-vehicular Activity (EVA) - US and Russia.
The data is activities done by an astronaut or cosmonaut outside a spacecraft beyond the Earth's appreciable atmosphere.
The data set consist of 7 columns and 371 rows.
The 7 columns are:
The data consist of one csv file.
website to the data portal can be found here:
https://data.nasa.gov/Raw-Data/Extra-vehicular-Activity-EVA-US-and-Russia/9kcy-zwvn
CREATE TABLE extra_vehicular_activity_eva_us_and_russia (
"eva" DOUBLE -- EVA #,
"country" VARCHAR,
"crew" VARCHAR,
"vehicle" VARCHAR,
"date" TIMESTAMP,
"duration" VARCHAR,
"purpose" VARCHAR
);Anyone who has the link will be able to view this.