Baselight

NASA Extra Vehicular Activity

Activities done by astronauts, cosmonauts outside a spacecraft beyond the Earth

@kaggle.jarredpriester_nasa_extra_vehicular_activity

Loading...
Loading...

About this Dataset

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:

  • EVA
  • Country
  • Crew
  • Vehicle
  • Date
  • Duration
  • Purpose

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

Tables

Extra Vehicular Activity Eva Us And Russia

@kaggle.jarredpriester_nasa_extra_vehicular_activity.extra_vehicular_activity_eva_us_and_russia
  • 55.49 kB
  • 375 rows
  • 7 columns
Loading...
CREATE TABLE extra_vehicular_activity_eva_us_and_russia (
  "eva" DOUBLE  -- EVA #,
  "country" VARCHAR,
  "crew" VARCHAR,
  "vehicle" VARCHAR,
  "date" TIMESTAMP,
  "duration" VARCHAR,
  "purpose" VARCHAR
);

Share link

Anyone who has the link will be able to view this.