Baselight

Global Volcanism Program

Countries with Holocene Volcanoes

@kaggle.kkhandekar_global_volcanism_program

Loading...
Loading...

About this Dataset

Global Volcanism Program

Global Volcanism Program - Countries with Holocene Volcanoes

Holocene volcanoes are volcanoes that have been active in the last 11 700 years. This time period is the current geological epoch. They can be found in 164 different countries (plus non-national state areas of "Undersea Features" and Antarctica).

CountriesWithVolcanoes.csv

A list of 78 countries with Holocene volcanoes and current erupting status as of 17 Mar 2022.

  • Country
  • Number of Holocene Volcanoes
  • Number of volcanoes active since 1800 CE
  • Number of volcanoes active since 1960 CE
  • Currently erupting (as of 17 Mar 2022)

VolcanoesInCountries.csv

A list of each Holocene volcano in a country with their:

  • Country
  • Volcano Name
  • Location
  • Last Eruption
  • Primary Volcano Type

Note: For some odd reasons my scrape script wasn't able to scrape the volcano names, location, last eruption & primary volcano type for Georgia & Japan as it kept on timing out.

Tables

Countrieswithvolcanoes

@kaggle.kkhandekar_global_volcanism_program.countrieswithvolcanoes
  • 6.35 KB
  • 78 rows
  • 5 columns
Loading...

CREATE TABLE countrieswithvolcanoes (
  "country" VARCHAR,
  "holocenevolcanoes" BIGINT,
  "active_since1800_ce" BIGINT,
  "active_since1960_ce" BIGINT,
  "currently_erupting_17_march_2022" VARCHAR
);

Volcanoesincountries

@kaggle.kkhandekar_global_volcanism_program.volcanoesincountries
  • 27.95 KB
  • 1248 rows
  • 5 columns
Loading...

CREATE TABLE volcanoesincountries (
  "country" VARCHAR,
  "volcanoname" VARCHAR,
  "location" VARCHAR,
  "lasteruption" VARCHAR,
  "primaryvolcanotype" VARCHAR
);

Share link

Anyone who has the link will be able to view this.