Happiness And Life Satisfaction
The relationship between life satisfaction and happiness field of positive psych
@kaggle.programmerrdai_happiness_and_life_satisfaction
The relationship between life satisfaction and happiness field of positive psych
@kaggle.programmerrdai_happiness_and_life_satisfaction
Happiness and life satisfaction
The relationship between life satisfaction and happiness is an important area within the field of positive psychology. Most researchers assert a positive link between life satisfaction and happiness [17,32,35,36,37], while seeing happiness as being more emotional and life satisfaction more cognitive in nature.
The relationship between life satisfaction and happiness is an important area within the field of positive psychology. Most researchers see happiness as being more emotional in nature, while life satisfaction is more cognitive in nature.
@article{owidhappinessandlifesatisfaction,
author = {Esteban Ortiz-Ospina and Max Roser},
title = {Happiness and Life Satisfaction},
journal = {Our World in Data},
year = {2013},
note = {https://ourworldindata.org/happiness-and-life-satisfaction}
}
CREATE TABLE correlation_mental_illness_and_life_satisfaction (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"happiness_and_mental_illness_partial_correlation_clark_c1c89f13" DOUBLE -- Happiness And Mental Illness (partial Correlation) (Clark Et Al. In World Happiness Report (2017))
);CREATE TABLE evolution_of_happiness_inequality_within_countries_dur_7346891a (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"standard_deviation_of_life_satisfaction" DOUBLE
);CREATE TABLE gdp_vs_happiness (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"life_satisfaction_in_cantril_ladder_world_happiness_re_f57940ec" DOUBLE -- Life Satisfaction In Cantril Ladder (World Happiness Report 2022),
"gdp_per_capita_ppp_constant_2017_international" DOUBLE -- GDP Per Capita, PPP (constant 2017 International $),
"population_historical_estimates" DOUBLE -- Population (historical Estimates),
"continent" VARCHAR
);CREATE TABLE happiness_cantril_ladder (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"life_satisfaction_in_cantril_ladder_world_happiness_re_f57940ec" DOUBLE -- Life Satisfaction In Cantril Ladder (World Happiness Report 2022)
);CREATE TABLE happiness_wvs_vs_gallup (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"share_of_people_who_are_happy_world_value_survey_2014" DOUBLE -- Share Of People Who Are Happy (World Value Survey 2014),
"life_satisfaction_in_cantril_ladder_world_happiness_re_f57940ec" DOUBLE -- Life Satisfaction In Cantril Ladder (World Happiness Report 2022),
"population_historical_estimates" DOUBLE -- Population (historical Estimates),
"continent" VARCHAR
);CREATE TABLE life_satisfaction_vs_life_expectancy (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"estimates_1950_2020_annually_interpolated_demographic__6ddcf4ba" DOUBLE -- Estimates, 1950 - 2020: Annually Interpolated Demographic Indicators - Life Expectancy At Birth, Both Sexes Combined (years),
"life_satisfaction_in_cantril_ladder_world_happiness_re_f57940ec" DOUBLE -- Life Satisfaction In Cantril Ladder (World Happiness Report 2022),
"population_historical_estimates" DOUBLE -- Population (historical Estimates),
"continent" VARCHAR
);CREATE TABLE share_of_people_who_say_they_are_happy (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"share_of_people_who_are_happy_world_value_survey_2014" DOUBLE -- Share Of People Who Are Happy (World Value Survey 2014)
);CREATE TABLE share_of_people_who_say_they_are_happy_eurobarometer (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"share_of_people_who_are_happy_eurobarometer_2017" DOUBLE -- Share Of People Who Are Happy (Eurobarometer 2017)
);Anyone who has the link will be able to view this.