Baselight

World Happiness Report Up To 2022

Bliss scored agreeing to financial, social, etc.

@kaggle.mathurinache_world_happiness_report

N 2021
@kaggle.mathurinache_world_happiness_report.n_2021

  • 34.24 KB
  • 149 rows
  • 20 columns
country_name

Country Name

regional_indicator

Regional Indicator

ladder_score

Ladder Score

standard_error_of_ladder_score

Standard Error Of Ladder Score

upperwhisker

Upperwhisker

lowerwhisker

Lowerwhisker

logged_gdp_per_capita

Logged GDP Per Capita

social_support

Social Support

healthy_life_expectancy

Healthy Life Expectancy

freedom_to_make_life_choices

Freedom To Make Life Choices

generosity

Generosity

perceptions_of_corruption

Perceptions Of Corruption

ladder_score_in_dystopia

Ladder Score In Dystopia

explained_by_log_gdp_per_capita

Explained By: Log GDP Per Capita

explained_by_social_support

Explained By: Social Support

explained_by_healthy_life_expectancy

Explained By: Healthy Life Expectancy

explained_by_freedom_to_make_life_choices

Explained By: Freedom To Make Life Choices

explained_by_generosity

Explained By: Generosity

explained_by_perceptions_of_corruption

Explained By: Perceptions Of Corruption

dystopia_residual

Dystopia + Residual

FinlandWestern Europe7.8420.0327.9047.7810.7750.954720.949-0.0980.1862.431.4461.1060.7410.6910.1240.4813.253
DenmarkWestern Europe7.620.0357.6877.55210.9330.95472.70.9460.030.1792.431.5021.1080.7630.6860.2080.4852.868
SwitzerlandWestern Europe7.5710.0367.6437.511.1170.94274.40.9190.0250.2922.431.5661.0790.8160.6530.2040.4132.839
IcelandWestern Europe7.5540.0597.677.43810.8780.983730.9550.160.6732.431.4821.1720.7720.6980.2930.172.967
NetherlandsWestern Europe7.4640.0277.5187.4110.9320.94272.40.9130.1750.3382.431.5011.0790.7530.6470.3020.3842.798
NorwayWestern Europe7.3920.0357.4627.32311.0530.95473.30.960.0930.272.431.5431.1080.7820.7030.2490.4272.58
SwedenWestern Europe7.3630.0367.4337.29310.8670.93472.70.9450.0860.2372.431.4781.0620.7630.6850.2440.4482.683
LuxembourgWestern Europe7.3240.0377.3967.25211.6470.90872.60.907-0.0340.3862.431.7511.0030.760.6390.1660.3532.653
New ZealandNorth America and ANZ7.2770.047.3557.19810.6430.94873.40.9290.1340.2422.431.41.0940.7850.6650.2760.4452.612
AustriaWestern Europe7.2680.0367.3377.19810.9060.93473.30.9080.0420.4812.431.4921.0620.7820.640.2150.2922.784

CREATE TABLE n_2021 (
  "country_name" VARCHAR,
  "regional_indicator" 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
);

Share link

Anyone who has the link will be able to view this.