Baselight

Volcanoes On Earth

Volcanoes list present on earth in 2021.

@kaggle.ramjasmaurya_volcanoes_on_earth_in_2021

Loading...
Loading...

About this Dataset

Volcanoes On Earth

dataset on Kaggle where you will get all volcanoes of Earth

The dataset covers all volcanoes around the world categorized by their region.
It has 1572 volcanoes by their names
And has 11 columns, some are:

*Region: region on earth where it is present
Number: the number given by scientists
volcano name: name of the volcano
country: where it is present
Location:location continent wise

*etc.
feel free to try this dataset.

KEEP UPVOTING..........................................

Tables

Volcanoes Around The World In 2021

@kaggle.ramjasmaurya_volcanoes_on_earth_in_2021.volcanoes_around_the_world_in_2021
  • 68.56 KB
  • 1571 rows
  • 11 columns
Loading...

CREATE TABLE volcanoes_around_the_world_in_2021 (
  "region" VARCHAR,
  "number" VARCHAR,
  "volcano_name" VARCHAR,
  "country" VARCHAR,
  "location" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "elevation_m" DOUBLE,
  "type" VARCHAR,
  "status" VARCHAR,
  "last_known_eruption" VARCHAR
);

Share link

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