Datasets:
Update meteorite database: 1,180 meteorites
Browse files- README.md +4 -8
- data/meteorites.parquet +2 -2
README.md
CHANGED
|
@@ -43,8 +43,8 @@ achondrites, iron meteorites) and recorded either as *falls* (witnessed descent)
|
|
| 43 |
*finds* (recovered without observation).
|
| 44 |
|
| 45 |
This dataset aggregates Wikidata entries for all entities of type Q60186 (meteorite), pulling
|
| 46 |
-
structured properties including mass (P2067), fall date (P585), country (P17),
|
| 47 |
-
(P625), and mineralogical class (
|
| 48 |
databases with Wikidata's multilingual, cross-linked knowledge graph.
|
| 49 |
|
| 50 |
## Schema
|
|
@@ -59,18 +59,17 @@ databases with Wikidata's multilingual, cross-linked knowledge graph.
|
|
| 59 |
| `country` | string | Country of recovery |
|
| 60 |
| `latitude` | float | Recovery latitude (decimal degrees) |
|
| 61 |
| `longitude` | float | Recovery longitude (decimal degrees) |
|
| 62 |
-
| `fall_or_find` | string | "Fall" (witnessed) or "Find" (unwitnessed recovery) |
|
| 63 |
|
| 64 |
## Quick stats
|
| 65 |
|
| 66 |
- **1,180** meteorites total
|
| 67 |
- **368** with recorded mass
|
| 68 |
- **415** with geographic coordinates
|
|
|
|
| 69 |
- **55** countries of recovery
|
| 70 |
-
- **0** falls, **0** finds
|
| 71 |
- Heaviest: Allende meteorite (2,000,000 g)
|
| 72 |
- Top countries: United States (39), Australia (13), Argentina (10), Germany (10), France (9)
|
| 73 |
-
- Top classifications:
|
| 74 |
|
| 75 |
## Usage
|
| 76 |
|
|
@@ -83,9 +82,6 @@ df = ds.to_pandas()
|
|
| 83 |
# Heaviest meteorites
|
| 84 |
print(df.nlargest(10, "mass_g")[["name", "mass_g", "country", "classification"]])
|
| 85 |
|
| 86 |
-
# Falls vs finds
|
| 87 |
-
print(df["fall_or_find"].value_counts())
|
| 88 |
-
|
| 89 |
# Meteorites by country
|
| 90 |
print(df["country"].value_counts().head(10))
|
| 91 |
|
|
|
|
| 43 |
*finds* (recovered without observation).
|
| 44 |
|
| 45 |
This dataset aggregates Wikidata entries for all entities of type Q60186 (meteorite), pulling
|
| 46 |
+
structured properties including mass (P2067), fall/discovery date (P585/P575), country (P17),
|
| 47 |
+
coordinates (P625), and mineralogical class (via P31 subclass hierarchy). It complements NASA and Meteoritical Society
|
| 48 |
databases with Wikidata's multilingual, cross-linked knowledge graph.
|
| 49 |
|
| 50 |
## Schema
|
|
|
|
| 59 |
| `country` | string | Country of recovery |
|
| 60 |
| `latitude` | float | Recovery latitude (decimal degrees) |
|
| 61 |
| `longitude` | float | Recovery longitude (decimal degrees) |
|
|
|
|
| 62 |
|
| 63 |
## Quick stats
|
| 64 |
|
| 65 |
- **1,180** meteorites total
|
| 66 |
- **368** with recorded mass
|
| 67 |
- **415** with geographic coordinates
|
| 68 |
+
- **125** with classification
|
| 69 |
- **55** countries of recovery
|
|
|
|
| 70 |
- Heaviest: Allende meteorite (2,000,000 g)
|
| 71 |
- Top countries: United States (39), Australia (13), Argentina (10), Germany (10), France (9)
|
| 72 |
+
- Top classifications: iron meteorite (21), chondrite (17), H chondrite (17), L chondrite (11), ordinary chondrite (11)
|
| 73 |
|
| 74 |
## Usage
|
| 75 |
|
|
|
|
| 82 |
# Heaviest meteorites
|
| 83 |
print(df.nlargest(10, "mass_g")[["name", "mass_g", "country", "classification"]])
|
| 84 |
|
|
|
|
|
|
|
|
|
|
| 85 |
# Meteorites by country
|
| 86 |
print(df["country"].value_counts().head(10))
|
| 87 |
|
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:b1e8fe5f819ab7bbdb7face41acefbfc1d649fa8f2c4b5d95b3ffd3e271764df
|
| 3 |
+
size 32076
|