Datasets:
Update meteorite database: 1,182 meteorites
Browse files- README.md +9 -9
- data/meteorites.parquet +2 -2
README.md
CHANGED
|
@@ -55,20 +55,20 @@ This dataset is suitable for **tabular classification** tasks.
|
|
| 55 |
| `fall_date` | str | Date of observed fall or discovery/recovery in ISO format (YYYY-MM-DD); null for historical finds without a recorded date; precision often year-only (day defaults to 01) | 1880-01-01 | 53.8% |
|
| 56 |
| `mass_g` | float64 | Total known mass in grams; null if unknown; range from <1 g (tiny fragments) to ~60,000,000 g (Hoba, the largest known meteorite) | 21.0 | 68.8% |
|
| 57 |
| `classification` | string | Meteoritical Society mineralogical/petrological class (e.g., 'L5', 'CM2', 'Iron IIIAB'); letters = chemical group, numbers = petrologic grade; null if not recorded in Wikidata | ordinary chondrite | 89.4% |
|
| 58 |
-
| `country` | string | Country of recovery (English label from Wikidata); null for finds without a recorded country or in international territory (e.g., Antarctica) |
|
| 59 |
-
| `latitude` | float64 | Recovery location latitude in decimal degrees (positive = N, negative = S); null for historical or poorly documented finds | 50.775 | 64.
|
| 60 |
-
| `longitude` | float64 | Recovery location longitude in decimal degrees (positive = E, negative = W); null for historical or poorly documented finds | 6.08333 | 64.
|
| 61 |
|
| 62 |
## Quick stats
|
| 63 |
|
| 64 |
-
- **1,
|
| 65 |
-
- **
|
| 66 |
-
- **
|
| 67 |
- **125** with classification
|
| 68 |
- **55** countries of recovery
|
| 69 |
- Heaviest: Allende meteorite (2,000,000 g)
|
| 70 |
-
- Top countries: United States (
|
| 71 |
-
- Top classifications: iron meteorite (20),
|
| 72 |
|
| 73 |
## Usage
|
| 74 |
|
|
@@ -137,4 +137,4 @@ Created by [Julien Simon](https://julien.org) — AI Operating Partner at Fortin
|
|
| 137 |
|
| 138 |
## License
|
| 139 |
|
| 140 |
-
[CC0-1.0](https://creativecommons.org/
|
|
|
|
| 55 |
| `fall_date` | str | Date of observed fall or discovery/recovery in ISO format (YYYY-MM-DD); null for historical finds without a recorded date; precision often year-only (day defaults to 01) | 1880-01-01 | 53.8% |
|
| 56 |
| `mass_g` | float64 | Total known mass in grams; null if unknown; range from <1 g (tiny fragments) to ~60,000,000 g (Hoba, the largest known meteorite) | 21.0 | 68.8% |
|
| 57 |
| `classification` | string | Meteoritical Society mineralogical/petrological class (e.g., 'L5', 'CM2', 'Iron IIIAB'); letters = chemical group, numbers = petrologic grade; null if not recorded in Wikidata | ordinary chondrite | 89.4% |
|
| 58 |
+
| `country` | string | Country of recovery (English label from Wikidata); null for finds without a recorded country or in international territory (e.g., Antarctica) | Germany | 82.7% |
|
| 59 |
+
| `latitude` | float64 | Recovery location latitude in decimal degrees (positive = N, negative = S); null for historical or poorly documented finds | 50.775 | 64.7% |
|
| 60 |
+
| `longitude` | float64 | Recovery location longitude in decimal degrees (positive = E, negative = W); null for historical or poorly documented finds | 6.08333 | 64.7% |
|
| 61 |
|
| 62 |
## Quick stats
|
| 63 |
|
| 64 |
+
- **1,182** meteorites total
|
| 65 |
+
- **369** with recorded mass
|
| 66 |
+
- **417** with geographic coordinates
|
| 67 |
- **125** with classification
|
| 68 |
- **55** countries of recovery
|
| 69 |
- Heaviest: Allende meteorite (2,000,000 g)
|
| 70 |
+
- Top countries: United States (40), Australia (13), Germany (11), Argentina (10), France (9)
|
| 71 |
+
- Top classifications: iron meteorite (20), ordinary chondrite (17), H chondrite (17), chondrite (11), L chondrite (11)
|
| 72 |
|
| 73 |
## Usage
|
| 74 |
|
|
|
|
| 137 |
|
| 138 |
## License
|
| 139 |
|
| 140 |
+
[CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/)
|
data/meteorites.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:87330a0245142343371270d581d6633d1e20aa1ebe727daba19de5e3df5e02b9
|
| 3 |
+
size 32161
|