Cities With The Best Work-Life Balance 2022
Work Intensity, Society and Institutions and City Liveability
@kaggle.prasertk_cities_with_the_best_worklife_balance_2022
Work Intensity, Society and Institutions and City Liveability
@kaggle.prasertk_cities_with_the_best_worklife_balance_2022
CREATE TABLE cities_with_the_best_work_life_balance_2022 (
"n_2022" BIGINT,
"n_2021" VARCHAR,
"city" VARCHAR,
"country" VARCHAR,
"remote_jobs" VARCHAR,
"overworked_population" VARCHAR,
"minimum_vacations_offered_days" BIGINT,
"vacations_taken_days" VARCHAR,
"unemployment" DOUBLE,
"multiple_jobholders" VARCHAR,
"inflation" VARCHAR,
"paid_parental_leave_days" DOUBLE,
"covid_impact" DOUBLE,
"covid_support" DOUBLE,
"healthcare" DOUBLE,
"access_to_mental_healthcare" DOUBLE,
"inclusivity_tolerance" DOUBLE,
"affordability" DOUBLE,
"happiness_culture_leisure" DOUBLE,
"city_safety" DOUBLE,
"outdoor_spaces" DOUBLE,
"air_quality" DOUBLE,
"wellness_and_fitness" DOUBLE,
"total_score" DOUBLE
);
Anyone who has the link will be able to view this.