World Happiness Report 2023
World Happiness Report 2023
@kaggle.ajaypalsinghlo_world_happiness_report_2023
World Happiness Report 2023
@kaggle.ajaypalsinghlo_world_happiness_report_2023
CREATE TABLE whr2023 (
"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
);
Anyone who has the link will be able to view this.