Baselight

The Best Cities For A Workation

Workation Index of 147 cities

@kaggle.prasertk_the_best_cities_for_a_workation

Loading...
Loading...

About this Dataset

The Best Cities For A Workation

Context

Finding a good place for your next "workation". Here is a list of "The Best Cities In The World For A Workation" as suggested by Holidu (https://www.holidu.co.uk/magazine/the-best-cities-for-a-workation).

Acknowledgements

Data source: https://www.holidu.co.uk/magazine/the-best-cities-for-a-workation
Cover image credit: https://www.pexels.com/photo/laptop-with-copybook-and-cup-of-coffee-on-bed-sheet-4050430/

Tables

Best Cities For A Workation

@kaggle.prasertk_the_best_cities_for_a_workation.best_cities_for_a_workation
  • 22.41 KB
  • 147 rows
  • 13 columns
Loading...

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
);

Share link

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