Baselight

Global Ski Resort Rankings Dataset

ski resorts, rankings, snowfall, lifts, slopes, vertical drop, crowdsource data,

@kaggle.fhellander_global_ski_resort_rankings_dataset

Loading...
Loading...

About this Dataset

Global Ski Resort Rankings Dataset

A comprehensive dataset containing crowdsourced rankings of nearly all ski resorts worldwide. The dataset includes detailed information on each resort, such as location, snowfall, number of lifts and slopes, total slope length, and vertical drop. The dataset is updated regularly as more votes are collected.

ski resort ranking

Tables

Ski Resorts

@kaggle.fhellander_global_ski_resort_rankings_dataset.ski_resorts
  • 257.07 kB
  • 3,284 rows
  • 14 columns
Loading...
CREATE TABLE ski_resorts (
  "rank" BIGINT,
  "name" VARCHAR,
  "rating" DOUBLE,
  "url" VARCHAR,
  "location_coordinate" VARCHAR,
  "location_country" VARCHAR,
  "location_region" VARCHAR,
  "elevation_top_m" DOUBLE,
  "elevation_difference_m" DOUBLE,
  "total_slope_length_km" DOUBLE,
  "number_of_lifts" DOUBLE,
  "number_of_slopes" VARCHAR,
  "annual_snowfall_cm" DOUBLE,
  "number_of_matches" BIGINT
);

Share link

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