World Happiness Dataset
Why need reason to be happy ? Stay Positive
@kaggle.durgeshrao9993_world_happiness_dataset
Why need reason to be happy ? Stay Positive
@kaggle.durgeshrao9993_world_happiness_dataset
The "World Happiness Dataset" is a comprehensive and meticulously curated collection of data that offers insights into the well-being and happiness levels of countries around the world. This dataset is a valuable resource for researchers, policymakers, and anyone interested in understanding the factors that contribute to happiness on a global scale.
CREATE TABLE world_happiness_report (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"region" VARCHAR,
"happiness_rank" DOUBLE,
"happiness_score" DOUBLE,
"standard_error" DOUBLE,
"economy_gdp_per_capita" DOUBLE -- Economy (GDP Per Capita),
"family" DOUBLE,
"health_life_expectancy" DOUBLE -- Health (Life Expectancy),
"freedom" DOUBLE,
"trust_government_corruption" DOUBLE -- Trust (Government Corruption),
"generosity" DOUBLE,
"dystopia_residual" DOUBLE,
"year" BIGINT
);Anyone who has the link will be able to view this.