International Astronaut Database
Analysis of Astronaut Database
@kaggle.samruddhim_international_astronaut_database
Analysis of Astronaut Database
@kaggle.samruddhim_international_astronaut_database
This dataset consist data about international astronauts and their contribution in space exploration with details about the astronauts and their work.
CREATE TABLE international_astronaut_database (
"name" VARCHAR,
"country" VARCHAR,
"gender" VARCHAR,
"flights" VARCHAR,
"total_flights" BIGINT,
"total_flight_time_ddd_hh_mm" VARCHAR -- Total Flight Time (ddd:hh:mm)
);Anyone who has the link will be able to view this.