World Happiness Report
Happiness scored according to economic production, social support, etc.
@kaggle.unsdsn_world_happiness
Happiness scored according to economic production, social support, etc.
@kaggle.unsdsn_world_happiness
CREATE TABLE n_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
);
Anyone who has the link will be able to view this.