Europe's Avalanches 18-22
Fatalities, Location and Type
@kaggle.migueldefrutos_europes_avalanches_1822
Fatalities, Location and Type
@kaggle.migueldefrutos_europes_avalanches_1822
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:
it has been my first data recollection from avalanches europe fatalities in this case.
Always open to get any feedback. Thanks!
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
);Anyone who has the link will be able to view this.