Baselight

World Happiness Report 2023

World Happiness Report 2023

@kaggle.ajaypalsinghlo_world_happiness_report_2023

Whr2023
@kaggle.ajaypalsinghlo_world_happiness_report_2023.whr2023

  • 32.01 KB
  • 137 rows
  • 19 columns
country_name

Country Name

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

Finland7.8040.0367.8757.73310.7920.96971.150.961-0.0190.1821.7781.8881.5850.5350.7720.1260.5352.363
Denmark7.5860.0417.6677.50610.9620.95471.250.9340.1340.1961.7781.9491.5480.5370.7340.2080.5252.084
Iceland7.530.0497.6257.43410.8960.98372.050.9360.2110.6681.7781.9261.620.5590.7380.250.1872.25
Israel7.4730.0327.5357.41110.6390.94372.6970.809-0.0230.7081.7781.8331.5210.5770.5690.1240.1582.691
Netherlands7.4030.0297.467.34610.9420.9371.550.8870.2130.3791.7781.9421.4880.5450.6720.2510.3942.11
Sweden7.3950.0377.4687.32210.8830.93972.150.9480.1650.2021.7781.9211.510.5620.7540.2250.521.903
Norway7.3150.0447.4027.22911.0880.94371.50.9470.1410.2831.7781.9941.5210.5440.7520.2120.4631.829
Switzerland7.240.0437.3247.15611.1640.9272.90.8910.0270.2661.7782.0221.4630.5820.6780.1510.4751.87
Luxembourg7.2280.0697.3637.09311.660.87971.6750.9150.0240.3451.7782.21.3570.5490.710.1490.4181.845
New Zealand7.1230.0387.1987.04810.6620.95270.350.8870.1750.2711.7781.8421.5440.5130.6720.230.4711.852

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
);

Share link

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