Datasets:
Update launch vehicles database: 212 vehicles
Browse files- README.md +10 -10
- data/launch_vehicles.parquet +2 -2
README.md
CHANGED
|
@@ -53,20 +53,20 @@ This dataset is suitable for **tabular classification** tasks.
|
|
| 53 |
|--------|------|-------------|--------|--------|
|
| 54 |
| `wikidata_id` | str | Wikidata entity ID (e.g. 'Q14522') linking to https://www.wikidata.org/wiki/Q14522; use for enrichment joins with other Wikidata-sourced datasets | Q377174 | 0.0% |
|
| 55 |
| `name` | str | Primary name of the launch vehicle (e.g. 'Saturn V', 'Falcon 9'); canonical English form as recorded in Wikidata | 2003 Alcântara VLS accident | 0.0% |
|
| 56 |
-
| `manufacturer` | str | Organization that designed and built the vehicle (e.g. 'Boeing', 'SpaceX', 'Roscosmos'); null if manufacturer information is absent from Wikidata |
|
| 57 |
-
| `country` | str | Country of origin using full English name (e.g. 'United States of America', 'Russia', 'China'); reflects the operating nation at time of primary use |
|
| 58 |
-
| `height_m` | float64 | Total vehicle height from base to payload fairing tip, in metres; null when not recorded in Wikidata; tallest vehicles exceed 100 m (Saturn V: 110.6 m) | 25.0 |
|
| 59 |
-
| `mass_kg` | float64 | Gross liftoff mass (fully fueled with payload) in kilograms; null when not recorded; ranges from ~10,000 kg (small launchers) to ~3,000,000 kg (Saturn V) | 48000.0 |
|
| 60 |
-
| `payload_leo_kg` | float64 | Maximum payload mass deliverable to low Earth orbit (approx 200-2000 km altitude) in kilograms; null for vehicles whose LEO capacity is unrecorded or not applicable | 300.0 |
|
| 61 |
-
| `first_flight` | str | Date of maiden flight in ISO 8601 format (YYYY-MM-DD); null for vehicles that never flew or where the date is unrecorded in Wikidata | 1985-10-03 | 93.
|
| 62 |
|
| 63 |
## Quick stats
|
| 64 |
|
| 65 |
-
- **
|
| 66 |
- **0** active, **0** retired
|
| 67 |
- Tallest vehicle: Long March 10 (90.0 m)
|
| 68 |
-
- Heaviest LEO payload:
|
| 69 |
-
- Top countries: United States (
|
| 70 |
|
| 71 |
## Usage
|
| 72 |
|
|
@@ -141,4 +141,4 @@ Created by [Julien Simon](https://julien.org) — AI Operating Partner at Fortin
|
|
| 141 |
|
| 142 |
## License
|
| 143 |
|
| 144 |
-
[CC0-1.0](https://creativecommons.org/
|
|
|
|
| 53 |
|--------|------|-------------|--------|--------|
|
| 54 |
| `wikidata_id` | str | Wikidata entity ID (e.g. 'Q14522') linking to https://www.wikidata.org/wiki/Q14522; use for enrichment joins with other Wikidata-sourced datasets | Q377174 | 0.0% |
|
| 55 |
| `name` | str | Primary name of the launch vehicle (e.g. 'Saturn V', 'Falcon 9'); canonical English form as recorded in Wikidata | 2003 Alcântara VLS accident | 0.0% |
|
| 56 |
+
| `manufacturer` | str | Organization that designed and built the vehicle (e.g. 'Boeing', 'SpaceX', 'Roscosmos'); null if manufacturer information is absent from Wikidata | AgniKul Cosmos | 41.5% |
|
| 57 |
+
| `country` | str | Country of origin using full English name (e.g. 'United States of America', 'Russia', 'China'); reflects the operating nation at time of primary use | India | 34.0% |
|
| 58 |
+
| `height_m` | float64 | Total vehicle height from base to payload fairing tip, in metres; null when not recorded in Wikidata; tallest vehicles exceed 100 m (Saturn V: 110.6 m) | 25.0 | 92.9% |
|
| 59 |
+
| `mass_kg` | float64 | Gross liftoff mass (fully fueled with payload) in kilograms; null when not recorded; ranges from ~10,000 kg (small launchers) to ~3,000,000 kg (Saturn V) | 48000.0 | 93.9% |
|
| 60 |
+
| `payload_leo_kg` | float64 | Maximum payload mass deliverable to low Earth orbit (approx 200-2000 km altitude) in kilograms; null for vehicles whose LEO capacity is unrecorded or not applicable | 300.0 | 87.7% |
|
| 61 |
+
| `first_flight` | str | Date of maiden flight in ISO 8601 format (YYYY-MM-DD); null for vehicles that never flew or where the date is unrecorded in Wikidata | 1985-10-03 | 93.9% |
|
| 62 |
|
| 63 |
## Quick stats
|
| 64 |
|
| 65 |
+
- **212** launch vehicles from **12** countries
|
| 66 |
- **0** active, **0** retired
|
| 67 |
- Tallest vehicle: Long March 10 (90.0 m)
|
| 68 |
+
- Heaviest LEO payload: Sea Dragon (498,952 kg)
|
| 69 |
+
- Top countries: United States (108), Soviet Union (14), Russia (5), People's Republic of China (3), South Korea (2)
|
| 70 |
|
| 71 |
## Usage
|
| 72 |
|
|
|
|
| 141 |
|
| 142 |
## License
|
| 143 |
|
| 144 |
+
[CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/)
|
data/launch_vehicles.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95f7f708014252b2d104b5659453f586698d9306d25acf30aa89e80ee4db3ce2
|
| 3 |
+
size 8743
|