Global Wellbeing Initiative (Gallup, 2020)
@owid.global_wellbeing
@owid.global_wellbeing
CREATE TABLE owid_global_wellbeing (
"country" VARCHAR,
"year" INTEGER,
"dimension" VARCHAR,
"answer" VARCHAR,
"count_on_to_help" FLOAT,
"enjoy_the_work_you_do_every_day" FLOAT,
"exciting_life_or_calm_life" FLOAT,
"experience_calmness_yesterday" FLOAT,
"feel_at_peace_with_life" FLOAT,
"focus_on_taking_care_of_themselves_or_taking_care_of_others" FLOAT,
"health_problems" FLOAT,
"main_purpose_in_life" FLOAT,
"many_choices_in_type_of_work" FLOAT,
"various_aspects_of_life_in_balance" FLOAT,
"work_significantly_improves_the_lives_of_others_outsid_f85e5acb" FLOAT
);
CREATE TABLE owid_global_wellbeing_index (
"country" VARCHAR,
"year" INTEGER,
"dimension" VARCHAR,
"struggling_index" FLOAT,
"suffering_index" FLOAT,
"thriving_index" FLOAT
);
Anyone who has the link will be able to view this.