Cost Of Living 121 Countries
Cost of Living Index from 121 Different Countries
@kaggle.colewerry_cost_of_living_121_countries
Cost of Living Index from 121 Different Countries
@kaggle.colewerry_cost_of_living_121_countries
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
);
Anyone who has the link will be able to view this.