World Hapiness Report Analysis (Py, SPSS, Tableau)
Analytical Study of World Hapiness Report Using Python, SPSS, Tableau
@kaggle.abdullahalkamal_world_hapiness_report_2015_2019
Analytical Study of World Hapiness Report Using Python, SPSS, Tableau
@kaggle.abdullahalkamal_world_hapiness_report_2015_2019
CREATE TABLE data_2017 (
"country" VARCHAR,
"region" VARCHAR,
"rank_2017" BIGINT,
"score_2017" DOUBLE,
"gdp_2017" DOUBLE,
"family_2017" DOUBLE,
"life_expectancy_2017" DOUBLE,
"freedom_2017" DOUBLE,
"trust_2017" DOUBLE,
"generosity_2017" DOUBLE,
"dystopia_residual" DOUBLE
);
Anyone who has the link will be able to view this.