Baselight

Astronauts Database

Dataset gives the detail of astronauts(either human or non human).

@kaggle.ramjasmaurya_astronauts_database

Loading...
Loading...

About this Dataset

Astronauts Database

An astronaut (from the Ancient Greek ἄστρον (Astron), meaning 'star', and ναύτης (nautes), meaning '), meaning 'sailor') is a person trained, equipped, and deployed by a human spaceflight program to serve as a commander or crew member aboard a spacecraft. Although generally reserved for professional space travelers, the term is sometimes applied to anyone who travels into space, including scientists, politicians, journalists, and tourists.

data taken from : https://www.supercluster.com/

Tables

Astronauts Human And Non Humans

@kaggle.ramjasmaurya_astronauts_database.astronauts_human_and_non_humans
  • 40.42 KB
  • 952 rows
  • 13 columns
Loading...

CREATE TABLE astronauts_human_and_non_humans (
  "s_no_code_given" VARCHAR,
  "astronaut_name" VARCHAR,
  "country" VARCHAR,
  "company_space_agency" VARCHAR,
  "missions" VARCHAR,
  "days_in_space" VARCHAR,
  "spacewalks" VARCHAR,
  "days_spacewalking" VARCHAR,
  "acheivement_1" VARCHAR,
  "acheivement_2" VARCHAR,
  "acheivement_3" VARCHAR,
  "acheivement_4" VARCHAR,
  "still_in_space" VARCHAR
);

Share link

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