Regional Cost Of Living Analysis
Income and Expense Patterns Worldwide
@kaggle.heidarmirhajisadati_regional_cost_of_living_analysis
Income and Expense Patterns Worldwide
@kaggle.heidarmirhajisadati_regional_cost_of_living_analysis
CREATE TABLE cost_of_living_and_income_extended (
"country" VARCHAR,
"year" BIGINT,
"average_monthly_income" DOUBLE,
"cost_of_living" DOUBLE,
"housing_cost_percentage" DOUBLE,
"tax_rate" DOUBLE,
"savings_percentage" DOUBLE,
"healthcare_cost_percentage" DOUBLE,
"education_cost_percentage" DOUBLE,
"transportation_cost_percentage" DOUBLE,
"region" VARCHAR
);
Anyone who has the link will be able to view this.