Mountain Climbing Accidents Dataset
Climbers who died while attempting to summit the world's eight thousanders
@kaggle.asaniczka_mountain_climbing_accidents_dataset
Climbers who died while attempting to summit the world's eight thousanders
@kaggle.asaniczka_mountain_climbing_accidents_dataset
CREATE TABLE deaths_on_eight_thousanders (
"date" TIMESTAMP,
"name" VARCHAR,
"nationality" VARCHAR,
"cause_of_death" VARCHAR,
"mountain" VARCHAR
);
Anyone who has the link will be able to view this.