Rocket Launch Sites
Sites used for rocket launches
@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list
Sites used for rocket launches
@kaggle.thedevastator_rocket_launch_sites_a_comprehensive_list
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
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
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.
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) |
CREATE TABLE df_1 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" VARCHAR -- 0,
"n_1" VARCHAR -- 1
);CREATE TABLE df_10 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"operational_date" VARCHAR,
"number_of_rocket_launches" VARCHAR,
"heaviest_rocket_launched" VARCHAR,
"highest_achieved_altitude" VARCHAR,
"notes" VARCHAR
);CREATE TABLE df_11 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"operational_date" VARCHAR,
"number_of_rocket_launches" BIGINT,
"heaviest_rocket_launched" VARCHAR,
"highest_achieved_altitude" VARCHAR,
"notes" VARCHAR
);CREATE TABLE df_12 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" VARCHAR -- 0,
"n_1" VARCHAR -- 1,
"n_2" VARCHAR -- 2
);CREATE TABLE df_13 (
"unnamed_0" BIGINT -- Unnamed: 0
);CREATE TABLE df_14 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" VARCHAR -- 0,
"n_1" VARCHAR -- 1
);CREATE TABLE df_15 (
"unnamed_0" BIGINT -- Unnamed: 0,
"vtespaceflight_lists_and_timelines" VARCHAR,
"vtespaceflight_lists_and_timelines_1" VARCHAR,
"vtespaceflight_lists_and_timelines_2" VARCHAR
);CREATE TABLE df_16 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" VARCHAR -- 0,
"n_1" VARCHAR -- 1
);CREATE TABLE df_2 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" VARCHAR -- 0,
"n_1" VARCHAR -- 1
);CREATE TABLE df_3 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" VARCHAR -- 0
);CREATE TABLE df_4 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"operational_date" VARCHAR,
"number_of_rocket_launches" DOUBLE,
"heaviest_rocket_launched" VARCHAR,
"highest_achieved_altitude" VARCHAR,
"notes" VARCHAR
);CREATE TABLE df_5 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"operational_date" VARCHAR,
"heaviest_rocket_launched" VARCHAR,
"highest_achieved_altitude" VARCHAR,
"notes" VARCHAR
);CREATE TABLE df_6 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"operational_date" VARCHAR,
"number_of_rocket_launches" VARCHAR,
"heaviest_rocket_launched" VARCHAR,
"highest_achieved_altitude" VARCHAR,
"notes" VARCHAR
);CREATE TABLE df_7 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"operational_date" VARCHAR,
"number_of_rocket_launches" VARCHAR,
"heaviest_rocket_launched" VARCHAR,
"highest_achieved_altitude" VARCHAR,
"notes" VARCHAR
);CREATE TABLE df_8 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" VARCHAR -- 0,
"n_1" VARCHAR -- 1,
"n_2" VARCHAR -- 2
);CREATE TABLE df_9 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"operational_date" VARCHAR,
"number_of_rocket_launches" VARCHAR,
"heaviest_rocket_launched" VARCHAR,
"highest_achieved_altitude" VARCHAR,
"notes" VARCHAR
);Anyone who has the link will be able to view this.