Skiing Hotels
About 400 hotels in Ski resorts across Europe, with details about each resort.
@kaggle.jacklacey_skiing_hotels
About 400 hotels in Ski resorts across Europe, with details about each resort.
@kaggle.jacklacey_skiing_hotels
CREATE TABLE ski_hotels (
"unnamed_0" BIGINT,
"country" VARCHAR,
"resort" VARCHAR,
"hotel" VARCHAR,
"price" BIGINT,
"distance_from_lift_m" VARCHAR,
"altitude_m" BIGINT,
"totalpiste_km" BIGINT,
"totallifts" BIGINT,
"gondolas" BIGINT,
"chairlifts" BIGINT,
"draglifts" BIGINT,
"blues" DOUBLE,
"reds" DOUBLE,
"blacks" DOUBLE,
"totalruns" DOUBLE,
"link" VARCHAR,
"sleeps" VARCHAR,
"decsnowlow2020_cm" VARCHAR,
"decsnowhigh2020_cm" VARCHAR,
"jansnowlow2020_cm" VARCHAR,
"jansnowhigh2020_cm" VARCHAR,
"febsnowlow2020_cm" VARCHAR,
"febsnowhigh2020_cm" VARCHAR
);
Anyone who has the link will be able to view this.