Happiness And Corruption 2015-2020
Or are we too corrupt to be happy?
@kaggle.eliasturk_world_happiness_based_on_cpi_20152020
Or are we too corrupt to be happy?
@kaggle.eliasturk_world_happiness_based_on_cpi_20152020
CREATE TABLE worldhappiness_corruption_2015_2020 (
"country" VARCHAR,
"happiness_score" DOUBLE,
"gdp_per_capita" DOUBLE,
"family" DOUBLE,
"health" DOUBLE,
"freedom" DOUBLE,
"generosity" DOUBLE,
"government_trust" DOUBLE,
"dystopia_residual" DOUBLE,
"continent" VARCHAR,
"year" BIGINT,
"social_support" DOUBLE,
"cpi_score" BIGINT
);
Anyone who has the link will be able to view this.