Baselight

Rocket Launch Sites

Sites used for rocket launches

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list

Loading...
Loading...

About this Dataset

Rocket Launch Sites

Rocket Launch Sites: A Comprehensive List

The Future of Space Exploration


About this dataset

This dataset contains information on rocket launch sites around the world. The data includes the country, location, coordinates, operational date, number of rocket launches, heaviest rocket launched, highest achieved altitude, and notes. This is a great resource for anyone interested in spaceflight or rocketry

How to use the dataset

This dataset contains a list of rocket launch sites around the world. The information includes the country, location, coordinates, operational date, number of rocket launches, heaviest rocket launched, highest achieved altitude, and notes. This dataset can be used to research where rockets are launched around the world and what kinds of rockets are launched from each site

Research Ideas

  • Track the number of rocket launches around the world.
  • Map out the locations of launch sites around the world.
  • Determine which countries have the most active launch sites

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: df_16.csv

Column name Description
0 Country (String)
1 Location (String)

File: df_11.csv

Column name Description
Country The country in which the launch site is located. (String)
Location The specific location of the launch site. (String)
Coordinates The coordinates of the launch site. (String)
Operational date The date on which the launch site became operational. (String)
Number of rocket launches The number of rocket launches that have been conducted from the launch site. (Integer)
Heaviest rocket launched The heaviest rocket that has been launched from the launch site. (String)
Highest achieved altitude The highest altitude that has been achieved by a rocket launched from the launch site. (String)
Notes Notes about the launch site. (String)

File: df_1.csv

Column name Description
0 Country (String)
1 Location (String)

File: df_4.csv

Column name Description
Country The country in which the launch site is located. (String)
Location The specific location of the launch site. (String)
Coordinates The coordinates of the launch site. (String)
Operational date The date on which the launch site became operational. (String)
Number of rocket launches The number of rocket launches that have been conducted from the launch site. (Integer)
Heaviest rocket launched The heaviest rocket that has been launched from the launch site. (String)
Highest achieved altitude The highest altitude that has been achieved by a rocket launched from the launch site. (String)
Notes Notes about the launch site. (String)

File: df_9.csv

Column name Description
Country The country in which the launch site is located. (String)
Location The specific location of the launch site. (String)
Coordinates The coordinates of the launch site. (String)
Operational date The date on which the launch site became operational. (String)
Number of rocket launches The number of rocket launches that have been conducted from the launch site. (Integer)
Heaviest rocket launched The heaviest rocket that has been launched from the launch site. (String)
Highest achieved altitude The highest altitude that has been achieved by a rocket launched from the launch site. (String)
Notes Notes about the launch site. (String)

File: df_13.csv


File: df_14.csv

Column name Description
0 Country (String)
1 Location (String)

File: df_15.csv


File: df_10.csv

Column name Description
Country The country in which the launch site is located. (String)
Location The specific location of the launch site. (String)
Coordinates The coordinates of the launch site. (String)
Operational date The date on which the launch site became operational. (String)
Number of rocket launches The number of rocket launches that have been conducted from the launch site. (Integer)
Heaviest rocket launched The heaviest rocket that has been launched from the launch site. (String)
Highest achieved altitude The highest altitude that has been achieved by a rocket launched from the launch site. (String)
Notes Notes about the launch site. (String)

File: df_3.csv

Column name Description
0 Country (String)

File: df_2.csv

Column name Description
0 Country (String)
1 Location (String)

File: df_12.csv

Column name Description
0 Country (String)
1 Location (String)
2 Coordinates (String)

File: df_6.csv

Column name Description
Country The country in which the launch site is located. (String)
Location The specific location of the launch site. (String)
Coordinates The coordinates of the launch site. (String)
Operational date The date on which the launch site became operational. (String)
Number of rocket launches The number of rocket launches that have been conducted from the launch site. (Integer)
Heaviest rocket launched The heaviest rocket that has been launched from the launch site. (String)
Highest achieved altitude The highest altitude that has been achieved by a rocket launched from the launch site. (String)
Notes Notes about the launch site. (String)

File: df_7.csv

Column name Description
Country The country in which the launch site is located. (String)
Location The specific location of the launch site. (String)
Coordinates The coordinates of the launch site. (String)
Operational date The date on which the launch site became operational. (String)
Number of rocket launches The number of rocket launches that have been conducted from the launch site. (Integer)
Heaviest rocket launched The heaviest rocket that has been launched from the launch site. (String)
Highest achieved altitude The highest altitude that has been achieved by a rocket launched from the launch site. (String)
Notes Notes about the launch site. (String)

File: df_8.csv

Column name Description
0 Country (String)
1 Location (String)
2 Coordinates (String)

File: df_5.csv

Column name Description
Country The country in which the launch site is located. (String)
Location The specific location of the launch site. (String)
Coordinates The coordinates of the launch site. (String)
Operational date The date on which the launch site became operational. (String)
Heaviest rocket launched The heaviest rocket that has been launched from the launch site. (String)
Highest achieved altitude The highest altitude that has been achieved by a rocket launched from the launch site. (String)
Notes Notes about the launch site. (String)

Tables

Df 1

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_1
  • 5.42 KB
  • 1 row
  • 3 columns
Loading...

CREATE TABLE df_1 (
  "unnamed_0" BIGINT,
  "n_0" VARCHAR,
  "n_1" VARCHAR
);

Df 10

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_10
  • 8.78 KB
  • 10 rows
  • 9 columns
Loading...

CREATE TABLE df_10 (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "location" VARCHAR,
  "coordinates" VARCHAR,
  "operational_date" VARCHAR,
  "number_of_rocket_launches" VARCHAR,
  "heaviest_rocket_launched" VARCHAR,
  "highest_achieved_altitude" VARCHAR,
  "notes" VARCHAR
);

Df 11

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_11
  • 8.39 KB
  • 3 rows
  • 9 columns
Loading...

CREATE TABLE df_11 (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "location" VARCHAR,
  "coordinates" VARCHAR,
  "operational_date" VARCHAR,
  "number_of_rocket_launches" BIGINT,
  "heaviest_rocket_launched" VARCHAR,
  "highest_achieved_altitude" VARCHAR,
  "notes" VARCHAR
);

Df 12

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_12
  • 15.75 KB
  • 1 row
  • 4 columns
Loading...

CREATE TABLE df_12 (
  "unnamed_0" BIGINT,
  "n_0" VARCHAR,
  "n_1" VARCHAR,
  "n_2" VARCHAR
);

Df 13

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_13
  • 1.57 KB
  • 9 rows
  • 1 column
Loading...

CREATE TABLE df_13 (
  "unnamed_0" BIGINT
);

Df 14

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_14
  • 4.58 KB
  • 6 rows
  • 3 columns
Loading...

CREATE TABLE df_14 (
  "unnamed_0" BIGINT,
  "n_0" VARCHAR,
  "n_1" VARCHAR
);

Df 15

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_15
  • 6.53 KB
  • 18 rows
  • 4 columns
Loading...

CREATE TABLE df_15 (
  "unnamed_0" BIGINT,
  "vtespaceflight_lists_and_timelines" VARCHAR,
  "vtespaceflight_lists_and_timelines_1" VARCHAR,
  "vtespaceflight_lists_and_timelines_2" VARCHAR
);

Df 16

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_16
  • 3.76 KB
  • 8 rows
  • 3 columns
Loading...

CREATE TABLE df_16 (
  "unnamed_0" BIGINT,
  "n_0" VARCHAR,
  "n_1" VARCHAR
);

Df 2

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_2
  • 4.86 KB
  • 1 row
  • 3 columns
Loading...

CREATE TABLE df_2 (
  "unnamed_0" BIGINT,
  "n_0" VARCHAR,
  "n_1" VARCHAR
);

Df 3

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_3
  • 2.28 KB
  • 2 rows
  • 2 columns
Loading...

CREATE TABLE df_3 (
  "unnamed_0" BIGINT,
  "n_0" VARCHAR
);

Df 4

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_4
  • 9.46 KB
  • 8 rows
  • 9 columns
Loading...

CREATE TABLE df_4 (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "location" VARCHAR,
  "coordinates" VARCHAR,
  "operational_date" VARCHAR,
  "number_of_rocket_launches" DOUBLE,
  "heaviest_rocket_launched" VARCHAR,
  "highest_achieved_altitude" VARCHAR,
  "notes" VARCHAR
);

Df 5

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_5
  • 10.88 KB
  • 39 rows
  • 8 columns
Loading...

CREATE TABLE df_5 (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "location" VARCHAR,
  "coordinates" VARCHAR,
  "operational_date" VARCHAR,
  "heaviest_rocket_launched" VARCHAR,
  "highest_achieved_altitude" VARCHAR,
  "notes" VARCHAR
);

Df 6

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_6
  • 10.24 KB
  • 25 rows
  • 9 columns
Loading...

CREATE TABLE df_6 (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "location" VARCHAR,
  "coordinates" VARCHAR,
  "operational_date" VARCHAR,
  "number_of_rocket_launches" VARCHAR,
  "heaviest_rocket_launched" VARCHAR,
  "highest_achieved_altitude" VARCHAR,
  "notes" VARCHAR
);

Df 7

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_7
  • 12.04 KB
  • 26 rows
  • 9 columns
Loading...

CREATE TABLE df_7 (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "location" VARCHAR,
  "coordinates" VARCHAR,
  "operational_date" VARCHAR,
  "number_of_rocket_launches" VARCHAR,
  "heaviest_rocket_launched" VARCHAR,
  "highest_achieved_altitude" VARCHAR,
  "notes" VARCHAR
);

Df 8

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_8
  • 25.51 KB
  • 1 row
  • 4 columns
Loading...

CREATE TABLE df_8 (
  "unnamed_0" BIGINT,
  "n_0" VARCHAR,
  "n_1" VARCHAR,
  "n_2" VARCHAR
);

Df 9

@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list.df_9
  • 9.18 KB
  • 16 rows
  • 9 columns
Loading...

CREATE TABLE df_9 (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "location" VARCHAR,
  "coordinates" VARCHAR,
  "operational_date" VARCHAR,
  "number_of_rocket_launches" VARCHAR,
  "heaviest_rocket_launched" VARCHAR,
  "highest_achieved_altitude" VARCHAR,
  "notes" VARCHAR
);

Share link

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