Baselight

Europe's Avalanches 18-22

Fatalities, Location and Type

@kaggle.migueldefrutos_europes_avalanches_1822

Loading...
Loading...

About this Dataset

Europe's Avalanches 18-22

Dataset which shows info about avalanches issues in Europe from 18 to 22 inclusive.
This shows the location where that issue was, the number of people who went with it, and the sports which were practiced.

The set contains the following:

  • Location
  • Country
  • Date (Y-M-D)
  • 1 and 2 Hazard
  • Nº Dead
  • Nº People
  • Sport issue

it has been my first data recollection from avalanches europe fatalities in this case.

Always open to get any feedback. Thanks!

Tables

European Avalanches Fatalities

@kaggle.migueldefrutos_europes_avalanches_1822.european_avalanches_fatalities
  • 16.98 kB
  • 314 rows
  • 9 columns
Loading...
CREATE TABLE european_avalanches_fatalities (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "location" VARCHAR,
  "country" VARCHAR,
  "date" TIMESTAMP,
  "n_1ohazard" VARCHAR  -- 1oHazard,
  "n_2ohazard" VARCHAR  -- 2oHazard,
  "dead" BIGINT,
  "party" BIGINT,
  "sport" VARCHAR
);

Share link

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