Global Ski Resort Rankings Dataset
ski resorts, rankings, snowfall, lifts, slopes, vertical drop, crowdsource data,
@kaggle.fhellander_global_ski_resort_rankings_dataset
ski resorts, rankings, snowfall, lifts, slopes, vertical drop, crowdsource data,
@kaggle.fhellander_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.
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
);Anyone who has the link will be able to view this.