Baselight

World Happiness Reports 2013-2023

A decade worth of happiness!

@kaggle.joebeachcapital_world_happiness_report_2013_2023

Loading...
Loading...

About this Dataset

World Happiness Reports 2013-2023

World Happiness Reports 2013 - 2023

It has been over ten years since the first World Happiness Report was published. And it is exactly ten years since the United Nations General Assembly adopted Resolution 66/281, proclaiming 20 March to be observed annually as International Day of Happiness. Since then, more and more people have come to believe that our success as countries should be judged by the happiness of our people. There is also a growing consensus about how happiness should be measured. This consensus means that national happiness can now become an operational objective for governments.

Context: The World Happiness Report is a landmark survey of the state of global happiness . The report continues to gain global recognition as governments, organizations and civil society increasingly use happiness indicators to inform their policy-making decisions. Leading experts across fields – economics, psychology, survey analysis, national statistics, health, public policy and more – describe how measurements of well-being can be used effectively to assess the progress of nations. The reports review the state of happiness in the world today and show how the new science of happiness explains personal and national variations in happiness.

Content: The happiness scores and rankings use data from the Gallup World Poll . The columns following the happiness score estimate the extent to which each of six factors – economic production, social support, life expectancy, freedom, absence of corruption, and generosity – contribute to making life evaluations higher in each country than they are in Dystopia, a hypothetical country that has values equal to the world’s lowest national averages for each of the six factors. They have no impact on the total score reported for each country, but they do explain why some countries rank higher than others.

Tables

World Happiness Report 2013

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2013
  • 22.16 KB
  • 156 rows
  • 13 columns
Loading...

CREATE TABLE world_happiness_report_2013 (
  "country" VARCHAR,
  "region" BIGINT,
  "ladder" DOUBLE,
  "social_support" DOUBLE,
  "freedom" DOUBLE,
  "corruption" DOUBLE,
  "donation" DOUBLE,
  "generosity" DOUBLE,
  "positive_affect" DOUBLE,
  "negative_affect" DOUBLE,
  "happiness_yesterday" DOUBLE,
  "gdp_per_capita" DOUBLE,
  "healthy_life_expectancy" DOUBLE
);

World Happiness Report 2015

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2015
  • 24.12 KB
  • 158 rows
  • 12 columns
Loading...

CREATE TABLE world_happiness_report_2015 (
  "country" VARCHAR,
  "region" VARCHAR,
  "happiness_rank" BIGINT,
  "happiness_score" DOUBLE,
  "standard_error" DOUBLE,
  "economy_gdp_per_capita" DOUBLE,
  "family" DOUBLE,
  "health_life_expectancy" DOUBLE,
  "freedom" DOUBLE,
  "trust_government_corruption" DOUBLE,
  "generosity" DOUBLE,
  "dystopia_residual" DOUBLE
);

World Happiness Report 2016

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2016
  • 25.83 KB
  • 157 rows
  • 13 columns
Loading...

CREATE TABLE world_happiness_report_2016 (
  "country" VARCHAR,
  "region" VARCHAR,
  "happiness_rank" BIGINT,
  "happiness_score" DOUBLE,
  "lower_confidence_interval" DOUBLE,
  "upper_confidence_interval" DOUBLE,
  "economy_gdp_per_capita" DOUBLE,
  "family" DOUBLE,
  "health_life_expectancy" DOUBLE,
  "freedom" DOUBLE,
  "trust_government_corruption" DOUBLE,
  "generosity" DOUBLE,
  "dystopia_residual" DOUBLE
);

World Happiness Report 2017

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2017
  • 24.34 KB
  • 155 rows
  • 12 columns
Loading...

CREATE TABLE world_happiness_report_2017 (
  "country" VARCHAR,
  "happiness_rank" BIGINT,
  "happiness_score" DOUBLE,
  "whisker_high" DOUBLE,
  "whisker_low" DOUBLE,
  "economy_gdp_per_capita" DOUBLE,
  "family" DOUBLE,
  "health_life_expectancy" DOUBLE,
  "freedom" DOUBLE,
  "generosity" DOUBLE,
  "trust_government_corruption" DOUBLE,
  "dystopia_residual" DOUBLE
);

World Happiness Report 2018

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2018
  • 16.63 KB
  • 156 rows
  • 9 columns
Loading...

CREATE TABLE world_happiness_report_2018 (
  "overall_rank" BIGINT,
  "country_or_region" VARCHAR,
  "score" DOUBLE,
  "gdp_per_capita" DOUBLE,
  "social_support" DOUBLE,
  "healthy_life_expectancy" DOUBLE,
  "freedom_to_make_life_choices" DOUBLE,
  "generosity" DOUBLE,
  "perceptions_of_corruption" DOUBLE
);

World Happiness Report 2019

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2019
  • 16.49 KB
  • 156 rows
  • 9 columns
Loading...

CREATE TABLE world_happiness_report_2019 (
  "overall_rank" BIGINT,
  "country_or_region" VARCHAR,
  "score" DOUBLE,
  "gdp_per_capita" DOUBLE,
  "social_support" DOUBLE,
  "healthy_life_expectancy" DOUBLE,
  "freedom_to_make_life_choices" DOUBLE,
  "generosity" DOUBLE,
  "perceptions_of_corruption" DOUBLE
);

World Happiness Report 2020

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2020
  • 41.31 KB
  • 153 rows
  • 20 columns
Loading...

CREATE TABLE world_happiness_report_2020 (
  "country_name" VARCHAR,
  "regional_indicator" VARCHAR,
  "ladder_score" DOUBLE,
  "standard_error_of_ladder_score" DOUBLE,
  "upperwhisker" DOUBLE,
  "lowerwhisker" DOUBLE,
  "logged_gdp_per_capita" DOUBLE,
  "social_support" DOUBLE,
  "healthy_life_expectancy" DOUBLE,
  "freedom_to_make_life_choices" DOUBLE,
  "generosity" DOUBLE,
  "perceptions_of_corruption" DOUBLE,
  "ladder_score_in_dystopia" DOUBLE,
  "explained_by_log_gdp_per_capita" DOUBLE,
  "explained_by_social_support" DOUBLE,
  "explained_by_healthy_life_expectancy" DOUBLE,
  "explained_by_freedom_to_make_life_choices" DOUBLE,
  "explained_by_generosity" DOUBLE,
  "explained_by_perceptions_of_corruption" DOUBLE,
  "dystopia_residual" DOUBLE
);

World Happiness Report 2021

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2021
  • 34.24 KB
  • 149 rows
  • 20 columns
Loading...

CREATE TABLE world_happiness_report_2021 (
  "country_name" VARCHAR,
  "regional_indicator" VARCHAR,
  "ladder_score" DOUBLE,
  "standard_error_of_ladder_score" DOUBLE,
  "upperwhisker" DOUBLE,
  "lowerwhisker" DOUBLE,
  "logged_gdp_per_capita" DOUBLE,
  "social_support" DOUBLE,
  "healthy_life_expectancy" DOUBLE,
  "freedom_to_make_life_choices" DOUBLE,
  "generosity" DOUBLE,
  "perceptions_of_corruption" DOUBLE,
  "ladder_score_in_dystopia" DOUBLE,
  "explained_by_log_gdp_per_capita" DOUBLE,
  "explained_by_social_support" DOUBLE,
  "explained_by_healthy_life_expectancy" DOUBLE,
  "explained_by_freedom_to_make_life_choices" DOUBLE,
  "explained_by_generosity" DOUBLE,
  "explained_by_perceptions_of_corruption" DOUBLE,
  "dystopia_residual" DOUBLE
);

World Happiness Report 2022

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2022
  • 21.96 KB
  • 146 rows
  • 12 columns
Loading...

CREATE TABLE world_happiness_report_2022 (
  "rank" BIGINT,
  "country" VARCHAR,
  "happiness_score" DOUBLE,
  "whisker_high" DOUBLE,
  "whisker_low" DOUBLE,
  "dystopia_1_83_residual" DOUBLE,
  "explained_by_gdp_per_capita" DOUBLE,
  "explained_by_social_support" DOUBLE,
  "explained_by_healthy_life_expectancy" DOUBLE,
  "explained_by_freedom_to_make_life_choices" DOUBLE,
  "explained_by_generosity" DOUBLE,
  "explained_by_perceptions_of_corruption" DOUBLE
);

World Happiness Report 2023

@kaggle.joebeachcapital_world_happiness_report_2013_2023.world_happiness_report_2023
  • 32.01 KB
  • 137 rows
  • 19 columns
Loading...

CREATE TABLE world_happiness_report_2023 (
  "country_name" VARCHAR,
  "ladder_score" DOUBLE,
  "standard_error_of_ladder_score" DOUBLE,
  "upperwhisker" DOUBLE,
  "lowerwhisker" DOUBLE,
  "logged_gdp_per_capita" DOUBLE,
  "social_support" DOUBLE,
  "healthy_life_expectancy" DOUBLE,
  "freedom_to_make_life_choices" DOUBLE,
  "generosity" DOUBLE,
  "perceptions_of_corruption" DOUBLE,
  "ladder_score_in_dystopia" DOUBLE,
  "explained_by_log_gdp_per_capita" DOUBLE,
  "explained_by_social_support" DOUBLE,
  "explained_by_healthy_life_expectancy" DOUBLE,
  "explained_by_freedom_to_make_life_choices" DOUBLE,
  "explained_by_generosity" DOUBLE,
  "explained_by_perceptions_of_corruption" DOUBLE,
  "dystopia_residual" DOUBLE
);

Worldhappinessindex2013–2023

@kaggle.joebeachcapital_world_happiness_report_2013_2023.worldhappinessindex2013_2023
  • 16.85 KB
  • 1670 rows
  • 4 columns
Loading...

CREATE TABLE worldhappinessindex2013_2023 (
  "country" VARCHAR,
  "year" BIGINT,
  "index" DOUBLE,
  "rank" DOUBLE
);

Share link

Anyone who has the link will be able to view this.