Baselight

Cost Of Living 121 Countries

Cost of Living Index from 121 Different Countries

@kaggle.colewerry_cost_of_living_121_countries

Loading...
Loading...

About this Dataset

Cost Of Living 121 Countries

List of 121 Different countries sorted by most expensive country to live in to least expensive.

Data collected from: https://www.numbeo.com/cost-of-living/rankings_by_country.jsp

Longitude and Latitude collected from ChatGPT and added to the dataset.

Tables

Cost Of Living 121 Countries

@kaggle.colewerry_cost_of_living_121_countries.cost_of_living_121_countries
  • 16.62 KB
  • 121 rows
  • 11 columns
Loading...

CREATE TABLE cost_of_living_121_countries (
  "rank" BIGINT,
  "country" VARCHAR,
  "cost_of_living_index" DOUBLE,
  "rent_index" DOUBLE,
  "cost_of_living_plus_rent_index" DOUBLE,
  "groceries_index" DOUBLE,
  "restaurant_price_index" DOUBLE,
  "local_purchasing_power_index" DOUBLE,
  "country_code" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE
);

Share link

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