data trove global volcanism program
Reading
This dataset captures 200 volcanic eruption records across 33 countries, covering events from 1900 to 1999, with 9 attributes including eruption intensity, volcano type, elevation, and geographic coordinates. The most striking feature is the heavy geographic concentration — Indonesia alone accounts for 28.5% of all records (57 out of 200), with Semeru appearing 13 times as the single most frequent volcano. Volcano type is strongly skewed toward stratovolcanoes, which make up 69.5% of all records, so the 'type' breakdown is worth examining to understand how rare other forms like calderas or shield volcanoes are by comparison. The Volcanic Explosivity Index (VEI) flags 15 outliers at the high end, with a maximum of 6.0 against a mean of 2.6, suggesting a small number of exceptionally powerful eruptions that deserve individual attention.
citing: row_count · column_count · country.top_value · country.top_rate · name.top_value · name.top_values · type.top_value · type.top_rate · vei.n_outliers · vei.max · vei.mean · year.min · year.max
Charts the summary said to look at first
Show data table
| value | count | share |
|---|---|---|
| Indonesia | 57 | 28.5% |
| Japan | 29 | 14.5% |
| Italy | 13 | 6.5% |
| Philippines | 12 | 6.0% |
| Guatemala | 8 | 4.0% |
| Papua New Guinea | 8 | 4.0% |
| United States | 8 | 4.0% |
| Chile | 8 | 4.0% |
| Russia | 7 | 3.5% |
| Ecuador | 4 | 2.0% |
| Mexico | 4 | 2.0% |
| Tanzania | 4 | 2.0% |
| Cameroon | 3 | 1.5% |
| Iceland | 3 | 1.5% |
| Congo, DRC | 3 | 1.5% |
| Solomon Is. | 3 | 1.5% |
| New Zealand | 3 | 1.5% |
| Nicaragua | 2 | 1.0% |
| Vanuatu | 2 | 1.0% |
| Colombia | 2 | 1.0% |
Show data table
| value | count | share |
|---|---|---|
| Stratovolcano | 139 | 69.5% |
| Complex volcano | 22 | 11.0% |
| Shield volcano | 12 | 6.0% |
| Caldera | 9 | 4.5% |
| Submarine volcano | 4 | 2.0% |
| Pyroclastic shield | 3 | 1.5% |
| Lava dome | 3 | 1.5% |
| Maar | 2 | 1.0% |
| Tuff cone | 2 | 1.0% |
| Cinder cone | 1 | 0.5% |
| Compound volcano | 1 | 0.5% |
| Pyroclastic cone | 1 | 0.5% |
| Subglacial volcano | 1 | 0.5% |
Show data table
| bin | count |
|---|---|
| 0 – 0.4286 | 7 |
| 0.4286 – 0.8571 | 0 |
| 0.8571 – 1.286 | 15 |
| 1.286 – 1.714 | 0 |
| 1.714 – 2.143 | 77 |
| 2.143 – 2.571 | 0 |
| 2.571 – 3 | 0 |
| 3 – 3.429 | 70 |
| 3.429 – 3.857 | 0 |
| 3.857 – 4.286 | 23 |
| 4.286 – 4.714 | 0 |
| 4.714 – 5.143 | 6 |
| 5.143 – 5.571 | 0 |
| 5.571 – 6 | 2 |
Show data table
| bin | count |
|---|---|
| -185 – 213.4 | 4 |
| 213.4 – 611.9 | 17 |
| 611.9 – 1010 | 27 |
| 1010 – 1409 | 24 |
| 1409 – 1807 | 27 |
| 1807 – 2206 | 12 |
| 2206 – 2604 | 22 |
| 2604 – 3002 | 23 |
| 3002 – 3401 | 11 |
| 3401 – 3799 | 22 |
| 3799 – 4198 | 3 |
| 4198 – 4596 | 0 |
| 4596 – 4995 | 4 |
| 4995 – 5393 | 4 |
Show data table
| bin | count |
|---|---|
| 1900 – 1907 | 16 |
| 1907 – 1914 | 14 |
| 1914 – 1921 | 12 |
| 1921 – 1928 | 9 |
| 1928 – 1935 | 12 |
| 1935 – 1942 | 10 |
| 1942 – 1950 | 14 |
| 1950 – 1957 | 15 |
| 1957 – 1964 | 15 |
| 1964 – 1971 | 17 |
| 1971 – 1978 | 16 |
| 1978 – 1985 | 21 |
| 1985 – 1992 | 13 |
| 1992 – 1999 | 16 |
Schema
9 columns| Alerts | ||||
|---|---|---|---|---|
| name | categorical | 0.0% | 111 |
long_tail
|
| country | categorical | 0.0% | 33 |
|
| lat | numeric | 0.0% | 111 |
|
| lon | numeric | 0.0% | 111 |
|
| elevation | numeric | 0.0% | 109 |
|
| type | categorical | 0.0% | 13 |
|
| vei | numeric | 0.0% | 7 |
outliers
|
| year | numeric | 0.0% | 84 |
|
| last_eruption | numeric | 0.0% | 84 |
|
name
categorical label long_tailThis column contains volcano names, functioning as a label for individual volcanic entities in the dataset. With 111 unique values across 200 rows, many volcanoes appear multiple times — 'Semeru' leads with 13 occurrences (6.5% of rows), suggesting repeated eruption or activity events per volcano rather than one row per volcano. The high entropy ratio of 0.946 combined with the long-tail alert indicates the distribution is broad but uneven, with a handful of well-known volcanoes (Semeru, Merapi, Etna, Stromboli) dominating while most names appear only once or twice. Treatment: Group by this column to aggregate per-volcano statistics, or encode as a categorical feature with frequency-based or target encoding given the long-tail distribution.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 111
- top_value
- Semeru
- top_rate
- 0.065
- cardinality
- 111
- entropy
- 6.427
- entropy_ratio
- 0.9459
country
categorical labelThis column records the country associated with each record — likely the location of a seismic, volcanic, or natural-disaster event given the top countries (Indonesia, Japan, Philippines, Papua New Guinea, Chile). Indonesia dominates heavily at 28.5% of all 200 rows (57 occurrences), followed by Japan at 14.5%, which is a pronounced geographic skew toward the Pacific Ring of Fire. With only 33 unique values and zero nulls, coverage is clean, but the top-heavy distribution (entropy ratio 0.78) means most records cluster around a handful of high-activity nations. Treatment: One-hot encode or target-encode for modelling; be aware of class imbalance with Indonesia representing 28.5% of rows.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 33
- top_value
- Indonesia
- top_rate
- 0.285
- cardinality
- 33
- entropy
- 3.934
- entropy_ratio
- 0.7799
lat
numeric featureThis column contains geographic latitude values, spanning from -41.33° (southern hemisphere, e.g., southern South America or New Zealand) to 63.983° (northern hemisphere, e.g., Scandinavia or Canada), consistent with a globally distributed dataset. With only 111 unique values across 200 rows, many locations are repeated, suggesting the dataset references a limited set of geographic points rather than unique coordinates per record. The distribution is nearly symmetric (skew 0.20, kurtosis -0.48) and spans a wide IQR of 40.73°, indicating broad global coverage rather than clustering in one region. No nulls, outliers, or zeros are present. Treatment: Pair with a longitude column for geospatial analysis; consider binning into regions or using as-is in spatial models.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 111
- min
- -41.33
- max
- 63.98
- mean
- 10.08
- median
- 4.548
- std
- 24.29
- q1
- -7.935
- q3
- 32.79
- iqr
- 40.73
- skew
- 0.1985
- kurtosis
- -0.4762
- n_outliers
- 0
- outlier_rate
- 0
- zero_rate
- 0
lon
numeric featureThis column is a geographic longitude coordinate, spanning the full valid range of −175.65 to 177.18 degrees, indicating global coverage. Surprisingly, with only 111 unique values across 200 rows (~55% uniqueness), there is notable coordinate repetition, suggesting many records share the same location or coordinates have been rounded/binned. The mean (59.16) is substantially pulled away from the median (112.31) by a left skew (−0.86), implying a cluster of observations in Eastern hemisphere longitudes with a tail of negative (Western hemisphere) values dragging the mean down. Treatment: Use as-is or pair with latitude for geospatial modelling; investigate duplicate coordinates (111 unique / 200 rows) to determine if binning or data quality issue.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 111
- min
- -175.7
- max
- 177.2
- mean
- 59.16
- median
- 112.3
- std
- 97.97
- q1
- 2.107
- q3
- 130.4
- iqr
- 128.3
- skew
- -0.8561
- kurtosis
- -0.6788
- n_outliers
- 0
- outlier_rate
- 0
- zero_rate
- 0
elevation
numeric featureThis column represents geographic elevation in metres (or feet) for 200 location records, spanning from -185.0 (below sea level, consistent with places like the Dead Sea or Death Valley) to 5393.0 (alpine/high-altitude terrain). The distribution is broad and fairly flat — IQR of 1809.75 against a mean of 2074.21 — with a slight positive skew (0.39) and near-platykurtic shape (kurtosis -0.57), suggesting a deliberately diverse geographic sample rather than a natural population draw. With only 109 unique values across 200 rows, roughly 45% of values are repeated, which may indicate rounding to nearest metre or binned elevation bands. Treatment: Use as-is or apply mild normalisation (e.g. standard scaling); the negative minimum requires care if log-transforming — shift first.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 109
- min
- -185
- max
- 5,393
- mean
- 2074
- median
- 1848
- std
- 1235
- q1
- 1113
- q3
- 2,923
- iqr
- 1810
- skew
- 0.388
- kurtosis
- -0.5738
- n_outliers
- 0
- outlier_rate
- 0
- zero_rate
- 0
type
categorical labelThis column classifies volcanic structures into 13 morphological types, making it a geological label for each record. 'Stratovolcano' dominates heavily at 69.5% of 200 records (139 occurrences), while the remaining 12 types share the rest — an extreme concentration that yields an entropy ratio of only 0.47. The long tail of rare categories (e.g., 'Cinder cone' and 'Maar' each appearing ≤2 times) may cause class-imbalance problems in any supervised modelling task. Treatment: One-hot encode or target-encode with caution due to severe class imbalance; consider grouping rare types (frequency < 3) into an 'Other' category before modelling.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 13
- top_value
- Stratovolcano
- top_rate
- 0.695
- cardinality
- 13
- entropy
- 1.74
- entropy_ratio
- 0.4703
vei
numeric feature outliersThis column is almost certainly the Volcanic Explosivity Index (VEI), a logarithmic scale rating volcanic eruption intensity. With only 7 unique integer values ranging from 0 to 6 and a median of 3, it behaves more like an ordinal category than a continuous numeric. Notably, 15 outliers (7.5% of rows) sit at the upper end of the scale — VEI 5–6 events are rare in real-world volcanology, so their presence is worth verifying. The IQR of 1.0 and tight Q1–Q3 band of 2–3 confirm most eruptions cluster at moderate intensity. Treatment: Treat as ordinal; consider one-hot or ordinal encoding rather than raw numeric use in models.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 7
- min
- 0
- max
- 6
- mean
- 2.565
- median
- 3
- std
- 1.068
- q1
- 2
- q3
- 3
- iqr
- 1
- skew
- 0.2144
- kurtosis
- 0.8382
- n_outliers
- 15
- outlier_rate
- 0.075
- zero_rate
- 0.035
year
numeric featureThis column represents a calendar year, spanning 1900 to 1999 — exactly one century of data with no nulls. With 84 unique values across 200 rows, some years appear multiple times, suggesting records grouped by year rather than unique annual entries. The distribution is notably flat (kurtosis ≈ −1.17) and nearly symmetric (skew ≈ −0.21), with the bulk of records concentrated between 1928 and 1977 (IQR = 49.25 years), which is surprisingly wide and uniform for a year field. Treatment: Use as an ordinal or numeric feature; consider binning into decades if cardinality reduction is needed.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 84
- min
- 1,900
- max
- 1,999
- mean
- 1952
- median
- 1,955
- std
- 28.79
- q1
- 1,928
- q3
- 1977
- iqr
- 49.25
- skew
- -0.2134
- kurtosis
- -1.169
- n_outliers
- 0
- outlier_rate
- 0
- zero_rate
- 0
last_eruption
numeric featureThis column almost certainly records the year of a volcano's last known eruption, ranging from 1900 to 1999 with a mean of 1952.3 and median of 1955 — consistent with a dataset scoped to the 20th century. The distribution is notably platykurtic (kurtosis ≈ −1.17), meaning eruption years are spread fairly uniformly across the century rather than clustering tightly around any single period. With only 84 unique values across 200 rows, many volcanoes share the same recorded eruption year, which is unsurprising given that annual granularity naturally produces ties. No nulls, no outliers, and near-zero skew make this a clean numeric feature. Treatment: Use as-is or engineer recency features (e.g., years since eruption relative to a reference year); no transformation needed given near-uniform distribution.
- n
- 200
- nulls
- 0 (0.0%)
- unique
- 84
- min
- 1,900
- max
- 1,999
- mean
- 1952
- median
- 1,955
- std
- 28.79
- q1
- 1,928
- q3
- 1977
- iqr
- 49.25
- skew
- -0.2134
- kurtosis
- -1.169
- n_outliers
- 0
- outlier_rate
- 0
- zero_rate
- 0