The Best Cities For A Workation
Workation Index of 147 cities
@kaggle.prasertk_the_best_cities_for_a_workation
Workation Index of 147 cities
@kaggle.prasertk_the_best_cities_for_a_workation
CREATE TABLE best_cities_for_a_workation (
"ranking" BIGINT,
"city" VARCHAR,
"country" VARCHAR,
"remote_connection_average_wifi_speed_mbps_per_second" BIGINT,
"co_working_spaces_number_of_co_working_spaces" BIGINT,
"caffeine_average_price_of_buying_a_coffee" DOUBLE,
"travel_average_price_of_taxi_per_km" DOUBLE,
"after_work_drinks_average_price_for_2_beers_in_a_bar" DOUBLE,
"accommodation_average_price_of_1_bedroom_apartment_per_month" DOUBLE,
"food_average_cost_of_a_meal_at_a_local_mid_level_restaurant" DOUBLE,
"climate_average_number_of_sunshine_hours" BIGINT,
"tourist_attractions_number_of_things_to_do_on_tripadvisor" BIGINT,
"instagramability_number_of_photos_with" BIGINT
);
Anyone who has the link will be able to view this.