{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Data Explorer\n", "\n", "nteract has a built-in way to visualize data frames dynamically.\n", "\n", "We've call it the **Data Explorer**.\n", "\nTo get started with it quickly, you'll need to import pandas and enable their `display.html.table_schema` mode:" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "from vdom import pre\n", "\n", "pd.options.display.html.table_schema = True # Data Explorer On!\n", "pd.options.display.max_rows = None # Send all the data! (careful!)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Now we can load in data and visualize it quickly." ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": false, "inputHidden": false, "outputHidden": false }, "outputs": [], "source": [ "df = pd.read_csv(\n", " \"https://gist.githubusercontent.com/rgbkrk/a7984a8788a73e2afb8fd4b89c8ec6de/raw/db8d1db9f878ed448c3cac3eb3c9c0dc5e80891e/2015.csv\"\n", ")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "To get started with this data set, lets look at just one region. Click on the bar chart icon on the right of the graphic to get started, then try changing the metric being looked at." ] }, { "cell_type": "code", "execution_count": 8, "metadata": { "collapsed": false, "inputHidden": false, "outputExpanded": true, "outputHidden": false }, "outputs": [ { "data": { "application/vdom.v1+json": { "attributes": {}, "children": "Note: This data is sampled", "tagName": "pre" }, "text/plain": [ "
"
      ]
     },
     "metadata": {},
     "output_type": "display_data"
    },
    {
     "data": {
      "application/vnd.dataresource+json": {
       "data": [
        {
         "Country": "Switzerland",
         "Dystopia Residual": 2.51738,
         "Economy (GDP per Capita)": 1.39651,
         "Family": 1.34951,
         "Freedom": 0.66557,
         "Generosity": 0.29678,
         "Happiness Rank": 1,
         "Happiness Score": 7.587,
         "Health (Life Expectancy)": 0.94143,
         "Region": "Western Europe",
         "Standard Error": 0.03411,
         "Trust (Government Corruption)": 0.41978,
         "index": 0
        },
        {
         "Country": "Iceland",
         "Dystopia Residual": 2.70201,
         "Economy (GDP per Capita)": 1.30232,
         "Family": 1.40223,
         "Freedom": 0.62877,
         "Generosity": 0.4363,
         "Happiness Rank": 2,
         "Happiness Score": 7.561,
         "Health (Life Expectancy)": 0.94784,
         "Region": "Western Europe",
         "Standard Error": 0.04884,
         "Trust (Government Corruption)": 0.14145,
         "index": 1
        },
        {
         "Country": "Denmark",
         "Dystopia Residual": 2.49204,
         "Economy (GDP per Capita)": 1.32548,
         "Family": 1.36058,
         "Freedom": 0.64938,
         "Generosity": 0.34139,
         "Happiness Rank": 3,
         "Happiness Score": 7.527,
         "Health (Life Expectancy)": 0.87464,
         "Region": "Western Europe",
         "Standard Error": 0.03328,
         "Trust (Government Corruption)": 0.48357,
         "index": 2
        },
        {
         "Country": "Norway",
         "Dystopia Residual": 2.46531,
         "Economy (GDP per Capita)": 1.459,
         "Family": 1.33095,
         "Freedom": 0.66973,
         "Generosity": 0.34699,
         "Happiness Rank": 4,
         "Happiness Score": 7.522,
         "Health (Life Expectancy)": 0.88521,
         "Region": "Western Europe",
         "Standard Error": 0.0388,
         "Trust (Government Corruption)": 0.36503,
         "index": 3
        },
        {
         "Country": "Canada",
         "Dystopia Residual": 2.45176,
         "Economy (GDP per Capita)": 1.32629,
         "Family": 1.32261,
         "Freedom": 0.63297,
         "Generosity": 0.45811,
         "Happiness Rank": 5,
         "Happiness Score": 7.427,
         "Health (Life Expectancy)": 0.90563,
         "Region": "North America",
         "Standard Error": 0.03553,
         "Trust (Government Corruption)": 0.32957,
         "index": 4
        },
        {
         "Country": "Finland",
         "Dystopia Residual": 2.61955,
         "Economy (GDP per Capita)": 1.29025,
         "Family": 1.31826,
         "Freedom": 0.64169,
         "Generosity": 0.23351,
         "Happiness Rank": 6,
         "Happiness Score": 7.406,
         "Health (Life Expectancy)": 0.88911,
         "Region": "Western Europe",
         "Standard Error": 0.0314,
         "Trust (Government Corruption)": 0.41372,
         "index": 5
        },
        {
         "Country": "Netherlands",
         "Dystopia Residual": 2.4657,
         "Economy (GDP per Capita)": 1.32944,
         "Family": 1.28017,
         "Freedom": 0.61576,
         "Generosity": 0.4761,
         "Happiness Rank": 7,
         "Happiness Score": 7.378,
         "Health (Life Expectancy)": 0.89284,
         "Region": "Western Europe",
         "Standard Error": 0.02799,
         "Trust (Government Corruption)": 0.31814,
         "index": 6
        },
        {
         "Country": "Sweden",
         "Dystopia Residual": 2.37119,
         "Economy (GDP per Capita)": 1.33171,
         "Family": 1.28907,
         "Freedom": 0.6598,
         "Generosity": 0.36262,
         "Happiness Rank": 8,
         "Happiness Score": 7.364,
         "Health (Life Expectancy)": 0.91087,
         "Region": "Western Europe",
         "Standard Error": 0.03157,
         "Trust (Government Corruption)": 0.43844,
         "index": 7
        },
        {
         "Country": "New Zealand",
         "Dystopia Residual": 2.26425,
         "Economy (GDP per Capita)": 1.25018,
         "Family": 1.31967,
         "Freedom": 0.63938,
         "Generosity": 0.47501,
         "Happiness Rank": 9,
         "Happiness Score": 7.286,
         "Health (Life Expectancy)": 0.90837,
         "Region": "Australia and New Zealand",
         "Standard Error": 0.03371,
         "Trust (Government Corruption)": 0.42922,
         "index": 8
        },
        {
         "Country": "Australia",
         "Dystopia Residual": 2.26646,
         "Economy (GDP per Capita)": 1.33358,
         "Family": 1.30923,
         "Freedom": 0.65124,
         "Generosity": 0.43562,
         "Happiness Rank": 10,
         "Happiness Score": 7.284,
         "Health (Life Expectancy)": 0.93156,
         "Region": "Australia and New Zealand",
         "Standard Error": 0.04083,
         "Trust (Government Corruption)": 0.35637,
         "index": 9
        },
        {
         "Country": "Israel",
         "Dystopia Residual": 3.08854,
         "Economy (GDP per Capita)": 1.22857,
         "Family": 1.22393,
         "Freedom": 0.41319,
         "Generosity": 0.33172,
         "Happiness Rank": 11,
         "Happiness Score": 7.278,
         "Health (Life Expectancy)": 0.91387,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.0347,
         "Trust (Government Corruption)": 0.07785,
         "index": 10
        },
        {
         "Country": "Costa Rica",
         "Dystopia Residual": 3.17728,
         "Economy (GDP per Capita)": 0.95578,
         "Family": 1.23788,
         "Freedom": 0.63376,
         "Generosity": 0.25497,
         "Happiness Rank": 12,
         "Happiness Score": 7.226,
         "Health (Life Expectancy)": 0.86027,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.04454,
         "Trust (Government Corruption)": 0.10583,
         "index": 11
        },
        {
         "Country": "Austria",
         "Dystopia Residual": 2.5332,
         "Economy (GDP per Capita)": 1.33723,
         "Family": 1.29704,
         "Freedom": 0.62433,
         "Generosity": 0.33088,
         "Happiness Rank": 13,
         "Happiness Score": 7.2,
         "Health (Life Expectancy)": 0.89042,
         "Region": "Western Europe",
         "Standard Error": 0.03751,
         "Trust (Government Corruption)": 0.18676,
         "index": 12
        },
        {
         "Country": "Mexico",
         "Dystopia Residual": 3.60214,
         "Economy (GDP per Capita)": 1.02054,
         "Family": 0.91451,
         "Freedom": 0.48181,
         "Generosity": 0.14074,
         "Happiness Rank": 14,
         "Happiness Score": 7.187,
         "Health (Life Expectancy)": 0.81444,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.04176,
         "Trust (Government Corruption)": 0.21312,
         "index": 13
        },
        {
         "Country": "United States",
         "Dystopia Residual": 2.51011,
         "Economy (GDP per Capita)": 1.39451,
         "Family": 1.24711,
         "Freedom": 0.54604,
         "Generosity": 0.40105,
         "Happiness Rank": 15,
         "Happiness Score": 7.119,
         "Health (Life Expectancy)": 0.86179,
         "Region": "North America",
         "Standard Error": 0.03839,
         "Trust (Government Corruption)": 0.1589,
         "index": 14
        },
        {
         "Country": "Brazil",
         "Dystopia Residual": 3.26001,
         "Economy (GDP per Capita)": 0.98124,
         "Family": 1.23287,
         "Freedom": 0.49049,
         "Generosity": 0.14574,
         "Happiness Rank": 16,
         "Happiness Score": 6.983,
         "Health (Life Expectancy)": 0.69702,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.04076,
         "Trust (Government Corruption)": 0.17521,
         "index": 15
        },
        {
         "Country": "Luxembourg",
         "Dystopia Residual": 1.96961,
         "Economy (GDP per Capita)": 1.56391,
         "Family": 1.21963,
         "Freedom": 0.61583,
         "Generosity": 0.28034,
         "Happiness Rank": 17,
         "Happiness Score": 6.946,
         "Health (Life Expectancy)": 0.91894,
         "Region": "Western Europe",
         "Standard Error": 0.03499,
         "Trust (Government Corruption)": 0.37798,
         "index": 16
        },
        {
         "Country": "Ireland",
         "Dystopia Residual": 1.9757,
         "Economy (GDP per Capita)": 1.33596,
         "Family": 1.36948,
         "Freedom": 0.61777,
         "Generosity": 0.45901,
         "Happiness Rank": 18,
         "Happiness Score": 6.94,
         "Health (Life Expectancy)": 0.89533,
         "Region": "Western Europe",
         "Standard Error": 0.03676,
         "Trust (Government Corruption)": 0.28703,
         "index": 17
        },
        {
         "Country": "Belgium",
         "Dystopia Residual": 2.41484,
         "Economy (GDP per Capita)": 1.30782,
         "Family": 1.28566,
         "Freedom": 0.5845,
         "Generosity": 0.2225,
         "Happiness Rank": 19,
         "Happiness Score": 6.937,
         "Health (Life Expectancy)": 0.89667,
         "Region": "Western Europe",
         "Standard Error": 0.03595,
         "Trust (Government Corruption)": 0.2254,
         "index": 18
        },
        {
         "Country": "United Arab Emirates",
         "Dystopia Residual": 2.24743,
         "Economy (GDP per Capita)": 1.42727,
         "Family": 1.12575,
         "Freedom": 0.64157,
         "Generosity": 0.26428,
         "Happiness Rank": 20,
         "Happiness Score": 6.901,
         "Health (Life Expectancy)": 0.80925,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.03729,
         "Trust (Government Corruption)": 0.38583,
         "index": 19
        },
        {
         "Country": "United Kingdom",
         "Dystopia Residual": 1.96994,
         "Economy (GDP per Capita)": 1.26637,
         "Family": 1.28548,
         "Freedom": 0.59625,
         "Generosity": 0.51912,
         "Happiness Rank": 21,
         "Happiness Score": 6.867,
         "Health (Life Expectancy)": 0.90943,
         "Region": "Western Europe",
         "Standard Error": 0.01866,
         "Trust (Government Corruption)": 0.32067,
         "index": 20
        },
        {
         "Country": "Oman",
         "Dystopia Residual": 2.47489,
         "Economy (GDP per Capita)": 1.36011,
         "Family": 1.08182,
         "Freedom": 0.63274,
         "Generosity": 0.21542,
         "Happiness Rank": 22,
         "Happiness Score": 6.853,
         "Health (Life Expectancy)": 0.76276,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.05335,
         "Trust (Government Corruption)": 0.32524,
         "index": 21
        },
        {
         "Country": "Venezuela",
         "Dystopia Residual": 3.19131,
         "Economy (GDP per Capita)": 1.04424,
         "Family": 1.25596,
         "Freedom": 0.42908,
         "Generosity": 0.05841,
         "Happiness Rank": 23,
         "Happiness Score": 6.81,
         "Health (Life Expectancy)": 0.72052,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.06476,
         "Trust (Government Corruption)": 0.11069,
         "index": 22
        },
        {
         "Country": "Singapore",
         "Dystopia Residual": 1.88501,
         "Economy (GDP per Capita)": 1.52186,
         "Family": 1.02,
         "Freedom": 0.54252,
         "Generosity": 0.31105,
         "Happiness Rank": 24,
         "Happiness Score": 6.798,
         "Health (Life Expectancy)": 1.02525,
         "Region": "Southeastern Asia",
         "Standard Error": 0.0378,
         "Trust (Government Corruption)": 0.4921,
         "index": 23
        },
        {
         "Country": "Panama",
         "Dystopia Residual": 2.84848,
         "Economy (GDP per Capita)": 1.06353,
         "Family": 1.1985,
         "Freedom": 0.5421,
         "Generosity": 0.24434,
         "Happiness Rank": 25,
         "Happiness Score": 6.786,
         "Health (Life Expectancy)": 0.79661,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.0491,
         "Trust (Government Corruption)": 0.0927,
         "index": 24
        },
        {
         "Country": "Germany",
         "Dystopia Residual": 2.11569,
         "Economy (GDP per Capita)": 1.32792,
         "Family": 1.29937,
         "Freedom": 0.61477,
         "Generosity": 0.28214,
         "Happiness Rank": 26,
         "Happiness Score": 6.75,
         "Health (Life Expectancy)": 0.89186,
         "Region": "Western Europe",
         "Standard Error": 0.01848,
         "Trust (Government Corruption)": 0.21843,
         "index": 25
        },
        {
         "Country": "Chile",
         "Dystopia Residual": 2.67585,
         "Economy (GDP per Capita)": 1.10715,
         "Family": 1.12447,
         "Freedom": 0.44132,
         "Generosity": 0.33363,
         "Happiness Rank": 27,
         "Happiness Score": 6.67,
         "Health (Life Expectancy)": 0.85857,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.058,
         "Trust (Government Corruption)": 0.12869,
         "index": 26
        },
        {
         "Country": "Qatar",
         "Dystopia Residual": 1.55674,
         "Economy (GDP per Capita)": 1.69042,
         "Family": 1.0786,
         "Freedom": 0.6404,
         "Generosity": 0.32573,
         "Happiness Rank": 28,
         "Happiness Score": 6.611,
         "Health (Life Expectancy)": 0.79733,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.06257,
         "Trust (Government Corruption)": 0.52208,
         "index": 27
        },
        {
         "Country": "France",
         "Dystopia Residual": 2.21126,
         "Economy (GDP per Capita)": 1.27778,
         "Family": 1.26038,
         "Freedom": 0.55011,
         "Generosity": 0.12332,
         "Happiness Rank": 29,
         "Happiness Score": 6.575,
         "Health (Life Expectancy)": 0.94579,
         "Region": "Western Europe",
         "Standard Error": 0.03512,
         "Trust (Government Corruption)": 0.20646,
         "index": 28
        },
        {
         "Country": "Argentina",
         "Dystopia Residual": 2.836,
         "Economy (GDP per Capita)": 1.05351,
         "Family": 1.24823,
         "Freedom": 0.44974,
         "Generosity": 0.11451,
         "Happiness Rank": 30,
         "Happiness Score": 6.574,
         "Health (Life Expectancy)": 0.78723,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.04612,
         "Trust (Government Corruption)": 0.08484,
         "index": 29
        },
        {
         "Country": "Czech Republic",
         "Dystopia Residual": 2.67782,
         "Economy (GDP per Capita)": 1.17898,
         "Family": 1.20643,
         "Freedom": 0.46364,
         "Generosity": 0.10686,
         "Happiness Rank": 31,
         "Happiness Score": 6.505,
         "Health (Life Expectancy)": 0.84483,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04168,
         "Trust (Government Corruption)": 0.02652,
         "index": 30
        },
        {
         "Country": "Uruguay",
         "Dystopia Residual": 2.32142,
         "Economy (GDP per Capita)": 1.06166,
         "Family": 1.2089,
         "Freedom": 0.60362,
         "Generosity": 0.2324,
         "Happiness Rank": 32,
         "Happiness Score": 6.485,
         "Health (Life Expectancy)": 0.8116,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.04539,
         "Trust (Government Corruption)": 0.24558,
         "index": 31
        },
        {
         "Country": "Colombia",
         "Dystopia Residual": 2.85737,
         "Economy (GDP per Capita)": 0.91861,
         "Family": 1.24018,
         "Freedom": 0.53466,
         "Generosity": 0.18401,
         "Happiness Rank": 33,
         "Happiness Score": 6.477,
         "Health (Life Expectancy)": 0.69077,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.05051,
         "Trust (Government Corruption)": 0.0512,
         "index": 32
        },
        {
         "Country": "Thailand",
         "Dystopia Residual": 2.31945,
         "Economy (GDP per Capita)": 0.9669,
         "Family": 1.26504,
         "Freedom": 0.55664,
         "Generosity": 0.5763,
         "Happiness Rank": 34,
         "Happiness Score": 6.455,
         "Health (Life Expectancy)": 0.7385,
         "Region": "Southeastern Asia",
         "Standard Error": 0.03557,
         "Trust (Government Corruption)": 0.03187,
         "index": 33
        },
        {
         "Country": "Saudi Arabia",
         "Dystopia Residual": 2.43872,
         "Economy (GDP per Capita)": 1.39541,
         "Family": 1.08393,
         "Freedom": 0.31048,
         "Generosity": 0.13706,
         "Happiness Rank": 35,
         "Happiness Score": 6.411,
         "Health (Life Expectancy)": 0.72025,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.04633,
         "Trust (Government Corruption)": 0.32524,
         "index": 34
        },
        {
         "Country": "Spain",
         "Dystopia Residual": 2.12367,
         "Economy (GDP per Capita)": 1.23011,
         "Family": 1.31379,
         "Freedom": 0.45951,
         "Generosity": 0.18227,
         "Happiness Rank": 36,
         "Happiness Score": 6.329,
         "Health (Life Expectancy)": 0.95562,
         "Region": "Western Europe",
         "Standard Error": 0.03468,
         "Trust (Government Corruption)": 0.06398,
         "index": 35
        },
        {
         "Country": "Malta",
         "Dystopia Residual": 1.6488,
         "Economy (GDP per Capita)": 1.2074,
         "Family": 1.30203,
         "Freedom": 0.60365,
         "Generosity": 0.51752,
         "Happiness Rank": 37,
         "Happiness Score": 6.302,
         "Health (Life Expectancy)": 0.88721,
         "Region": "Western Europe",
         "Standard Error": 0.04206,
         "Trust (Government Corruption)": 0.13586,
         "index": 36
        },
        {
         "Country": "Taiwan",
         "Dystopia Residual": 2.32323,
         "Economy (GDP per Capita)": 1.29098,
         "Family": 1.07617,
         "Freedom": 0.3974,
         "Generosity": 0.25376,
         "Happiness Rank": 38,
         "Happiness Score": 6.298,
         "Health (Life Expectancy)": 0.8753,
         "Region": "Eastern Asia",
         "Standard Error": 0.03868,
         "Trust (Government Corruption)": 0.08129,
         "index": 37
        },
        {
         "Country": "Kuwait",
         "Dystopia Residual": 1.87634,
         "Economy (GDP per Capita)": 1.55422,
         "Family": 1.16594,
         "Freedom": 0.55499,
         "Generosity": 0.16228,
         "Happiness Rank": 39,
         "Happiness Score": 6.295,
         "Health (Life Expectancy)": 0.72492,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.04456,
         "Trust (Government Corruption)": 0.25609,
         "index": 38
        },
        {
         "Country": "Suriname",
         "Dystopia Residual": 2.79094,
         "Economy (GDP per Capita)": 0.99534,
         "Family": 0.972,
         "Freedom": 0.59657,
         "Generosity": 0.16991,
         "Happiness Rank": 40,
         "Happiness Score": 6.269,
         "Health (Life Expectancy)": 0.6082,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.09811,
         "Trust (Government Corruption)": 0.13633,
         "index": 39
        },
        {
         "Country": "Trinidad and Tobago",
         "Dystopia Residual": 2.26882,
         "Economy (GDP per Capita)": 1.21183,
         "Family": 1.18354,
         "Freedom": 0.55884,
         "Generosity": 0.31844,
         "Happiness Rank": 41,
         "Happiness Score": 6.168,
         "Health (Life Expectancy)": 0.61483,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.10895,
         "Trust (Government Corruption)": 0.0114,
         "index": 40
        },
        {
         "Country": "El Salvador",
         "Dystopia Residual": 3.035,
         "Economy (GDP per Capita)": 0.76454,
         "Family": 1.02507,
         "Freedom": 0.4035,
         "Generosity": 0.10692,
         "Happiness Rank": 42,
         "Happiness Score": 6.13,
         "Health (Life Expectancy)": 0.67737,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.05618,
         "Trust (Government Corruption)": 0.11776,
         "index": 41
        },
        {
         "Country": "Guatemala",
         "Dystopia Residual": 2.74255,
         "Economy (GDP per Capita)": 0.74553,
         "Family": 1.04356,
         "Freedom": 0.57733,
         "Generosity": 0.27489,
         "Happiness Rank": 43,
         "Happiness Score": 6.123,
         "Health (Life Expectancy)": 0.64425,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.05224,
         "Trust (Government Corruption)": 0.09472,
         "index": 42
        },
        {
         "Country": "Uzbekistan",
         "Dystopia Residual": 2.23741,
         "Economy (GDP per Capita)": 0.63244,
         "Family": 1.34043,
         "Freedom": 0.65821,
         "Generosity": 0.22837,
         "Happiness Rank": 44,
         "Happiness Score": 6.003,
         "Health (Life Expectancy)": 0.59772,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04361,
         "Trust (Government Corruption)": 0.30826,
         "index": 43
        },
        {
         "Country": "Slovakia",
         "Dystopia Residual": 2.24639,
         "Economy (GDP per Capita)": 1.16891,
         "Family": 1.26999,
         "Freedom": 0.31751,
         "Generosity": 0.16893,
         "Happiness Rank": 45,
         "Happiness Score": 5.995,
         "Health (Life Expectancy)": 0.78902,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04267,
         "Trust (Government Corruption)": 0.03431,
         "index": 44
        },
        {
         "Country": "Japan",
         "Dystopia Residual": 1.68435,
         "Economy (GDP per Capita)": 1.27074,
         "Family": 1.25712,
         "Freedom": 0.49615,
         "Generosity": 0.10705,
         "Happiness Rank": 46,
         "Happiness Score": 5.987,
         "Health (Life Expectancy)": 0.99111,
         "Region": "Eastern Asia",
         "Standard Error": 0.03581,
         "Trust (Government Corruption)": 0.1806,
         "index": 45
        },
        {
         "Country": "South Korea",
         "Dystopia Residual": 2.21978,
         "Economy (GDP per Capita)": 1.24461,
         "Family": 0.95774,
         "Freedom": 0.33208,
         "Generosity": 0.18557,
         "Happiness Rank": 47,
         "Happiness Score": 5.984,
         "Health (Life Expectancy)": 0.96538,
         "Region": "Eastern Asia",
         "Standard Error": 0.04098,
         "Trust (Government Corruption)": 0.07857,
         "index": 46
        },
        {
         "Country": "Ecuador",
         "Dystopia Residual": 2.53942,
         "Economy (GDP per Capita)": 0.86402,
         "Family": 0.99903,
         "Freedom": 0.48574,
         "Generosity": 0.11541,
         "Happiness Rank": 48,
         "Happiness Score": 5.975,
         "Health (Life Expectancy)": 0.79075,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.04528,
         "Trust (Government Corruption)": 0.1809,
         "index": 47
        },
        {
         "Country": "Bahrain",
         "Dystopia Residual": 1.73797,
         "Economy (GDP per Capita)": 1.32376,
         "Family": 1.21624,
         "Freedom": 0.45492,
         "Generosity": 0.17362,
         "Happiness Rank": 49,
         "Happiness Score": 5.96,
         "Health (Life Expectancy)": 0.74716,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.05412,
         "Trust (Government Corruption)": 0.306,
         "index": 48
        },
        {
         "Country": "Italy",
         "Dystopia Residual": 2.02518,
         "Economy (GDP per Capita)": 1.25114,
         "Family": 1.19777,
         "Freedom": 0.26236,
         "Generosity": 0.22823,
         "Happiness Rank": 50,
         "Happiness Score": 5.948,
         "Health (Life Expectancy)": 0.95446,
         "Region": "Western Europe",
         "Standard Error": 0.03914,
         "Trust (Government Corruption)": 0.02901,
         "index": 49
        },
        {
         "Country": "Bolivia",
         "Dystopia Residual": 2.82334,
         "Economy (GDP per Capita)": 0.68133,
         "Family": 0.97841,
         "Freedom": 0.57414,
         "Generosity": 0.20536,
         "Happiness Rank": 51,
         "Happiness Score": 5.89,
         "Health (Life Expectancy)": 0.5392,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.05642,
         "Trust (Government Corruption)": 0.088,
         "index": 50
        },
        {
         "Country": "Moldova",
         "Dystopia Residual": 3.10712,
         "Economy (GDP per Capita)": 0.59448,
         "Family": 1.01528,
         "Freedom": 0.32818,
         "Generosity": 0.20951,
         "Happiness Rank": 52,
         "Happiness Score": 5.889,
         "Health (Life Expectancy)": 0.61826,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.03799,
         "Trust (Government Corruption)": 0.01615,
         "index": 51
        },
        {
         "Country": "Paraguay",
         "Dystopia Residual": 2.18896,
         "Economy (GDP per Capita)": 0.75985,
         "Family": 1.30477,
         "Freedom": 0.53899,
         "Generosity": 0.3424,
         "Happiness Rank": 53,
         "Happiness Score": 5.878,
         "Health (Life Expectancy)": 0.66098,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.04563,
         "Trust (Government Corruption)": 0.08242,
         "index": 52
        },
        {
         "Country": "Kazakhstan",
         "Dystopia Residual": 2.24729,
         "Economy (GDP per Capita)": 1.12254,
         "Family": 1.12241,
         "Freedom": 0.51649,
         "Generosity": 0.11827,
         "Happiness Rank": 54,
         "Happiness Score": 5.855,
         "Health (Life Expectancy)": 0.64368,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04114,
         "Trust (Government Corruption)": 0.08454,
         "index": 53
        },
        {
         "Country": "Slovenia",
         "Dystopia Residual": 1.61583,
         "Economy (GDP per Capita)": 1.18498,
         "Family": 1.27385,
         "Freedom": 0.60855,
         "Generosity": 0.25328,
         "Happiness Rank": 55,
         "Happiness Score": 5.848,
         "Health (Life Expectancy)": 0.87337,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04251,
         "Trust (Government Corruption)": 0.03787,
         "index": 54
        },
        {
         "Country": "Lithuania",
         "Dystopia Residual": 2.44649,
         "Economy (GDP per Capita)": 1.14723,
         "Family": 1.25745,
         "Freedom": 0.21342,
         "Generosity": 0.02641,
         "Happiness Rank": 56,
         "Happiness Score": 5.833,
         "Health (Life Expectancy)": 0.73128,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.03843,
         "Trust (Government Corruption)": 0.01031,
         "index": 55
        },
        {
         "Country": "Nicaragua",
         "Dystopia Residual": 2.32407,
         "Economy (GDP per Capita)": 0.59325,
         "Family": 1.14184,
         "Freedom": 0.55475,
         "Generosity": 0.27815,
         "Happiness Rank": 57,
         "Happiness Score": 5.828,
         "Health (Life Expectancy)": 0.74314,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.05371,
         "Trust (Government Corruption)": 0.19317,
         "index": 56
        },
        {
         "Country": "Peru",
         "Dystopia Residual": 2.5945,
         "Economy (GDP per Capita)": 0.90019,
         "Family": 0.97459,
         "Freedom": 0.41496,
         "Generosity": 0.14982,
         "Happiness Rank": 58,
         "Happiness Score": 5.824,
         "Health (Life Expectancy)": 0.73017,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.04615,
         "Trust (Government Corruption)": 0.05989,
         "index": 57
        },
        {
         "Country": "Belarus",
         "Dystopia Residual": 2.1309,
         "Economy (GDP per Capita)": 1.03192,
         "Family": 1.23289,
         "Freedom": 0.37938,
         "Generosity": 0.11046,
         "Happiness Rank": 59,
         "Happiness Score": 5.813,
         "Health (Life Expectancy)": 0.73608,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.03938,
         "Trust (Government Corruption)": 0.1909,
         "index": 58
        },
        {
         "Country": "Poland",
         "Dystopia Residual": 1.86565,
         "Economy (GDP per Capita)": 1.12555,
         "Family": 1.27948,
         "Freedom": 0.53122,
         "Generosity": 0.16759,
         "Happiness Rank": 60,
         "Happiness Score": 5.791,
         "Health (Life Expectancy)": 0.77903,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04263,
         "Trust (Government Corruption)": 0.04212,
         "index": 59
        },
        {
         "Country": "Malaysia",
         "Dystopia Residual": 1.88541,
         "Economy (GDP per Capita)": 1.12486,
         "Family": 1.07023,
         "Freedom": 0.53024,
         "Generosity": 0.33075,
         "Happiness Rank": 61,
         "Happiness Score": 5.77,
         "Health (Life Expectancy)": 0.72394,
         "Region": "Southeastern Asia",
         "Standard Error": 0.0433,
         "Trust (Government Corruption)": 0.10501,
         "index": 60
        },
        {
         "Country": "Croatia",
         "Dystopia Residual": 2.75414,
         "Economy (GDP per Capita)": 1.08254,
         "Family": 0.79624,
         "Freedom": 0.25883,
         "Generosity": 0.05444,
         "Happiness Rank": 62,
         "Happiness Score": 5.759,
         "Health (Life Expectancy)": 0.78805,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04394,
         "Trust (Government Corruption)": 0.0243,
         "index": 61
        },
        {
         "Country": "Libya",
         "Dystopia Residual": 2.09066,
         "Economy (GDP per Capita)": 1.13145,
         "Family": 1.11862,
         "Freedom": 0.41668,
         "Generosity": 0.18295,
         "Happiness Rank": 63,
         "Happiness Score": 5.754,
         "Health (Life Expectancy)": 0.7038,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.07832,
         "Trust (Government Corruption)": 0.11023,
         "index": 62
        },
        {
         "Country": "Russia",
         "Dystopia Residual": 2.27394,
         "Economy (GDP per Capita)": 1.13764,
         "Family": 1.23617,
         "Freedom": 0.36679,
         "Generosity": 0.00199,
         "Happiness Rank": 64,
         "Happiness Score": 5.716,
         "Health (Life Expectancy)": 0.66926,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.03135,
         "Trust (Government Corruption)": 0.03005,
         "index": 63
        },
        {
         "Country": "Jamaica",
         "Dystopia Residual": 2.32038,
         "Economy (GDP per Capita)": 0.81038,
         "Family": 1.15102,
         "Freedom": 0.50442,
         "Generosity": 0.2123,
         "Happiness Rank": 65,
         "Happiness Score": 5.709,
         "Health (Life Expectancy)": 0.68741,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.13693,
         "Trust (Government Corruption)": 0.02299,
         "index": 64
        },
        {
         "Country": "North Cyprus",
         "Dystopia Residual": 1.59888,
         "Economy (GDP per Capita)": 1.20806,
         "Family": 1.07008,
         "Freedom": 0.49027,
         "Generosity": 0.26169,
         "Happiness Rank": 66,
         "Happiness Score": 5.695,
         "Health (Life Expectancy)": 0.92356,
         "Region": "Western Europe",
         "Standard Error": 0.05635,
         "Trust (Government Corruption)": 0.1428,
         "index": 65
        },
        {
         "Country": "Cyprus",
         "Dystopia Residual": 1.88931,
         "Economy (GDP per Capita)": 1.20813,
         "Family": 0.89318,
         "Freedom": 0.40672,
         "Generosity": 0.30638,
         "Happiness Rank": 67,
         "Happiness Score": 5.689,
         "Health (Life Expectancy)": 0.92356,
         "Region": "Western Europe",
         "Standard Error": 0.0558,
         "Trust (Government Corruption)": 0.06146,
         "index": 66
        },
        {
         "Country": "Algeria",
         "Dystopia Residual": 2.43209,
         "Economy (GDP per Capita)": 0.93929,
         "Family": 1.07772,
         "Freedom": 0.28579,
         "Generosity": 0.07822,
         "Happiness Rank": 68,
         "Happiness Score": 5.605,
         "Health (Life Expectancy)": 0.61766,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.05099,
         "Trust (Government Corruption)": 0.17383,
         "index": 67
        },
        {
         "Country": "Kosovo",
         "Dystopia Residual": 2.76579,
         "Economy (GDP per Capita)": 0.80148,
         "Family": 0.81198,
         "Freedom": 0.24749,
         "Generosity": 0.2831,
         "Happiness Rank": 69,
         "Happiness Score": 5.589,
         "Health (Life Expectancy)": 0.63132,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.05018,
         "Trust (Government Corruption)": 0.04741,
         "index": 68
        },
        {
         "Country": "Turkmenistan",
         "Dystopia Residual": 1.86984,
         "Economy (GDP per Capita)": 0.95847,
         "Family": 1.22668,
         "Freedom": 0.4761,
         "Generosity": 0.16979,
         "Happiness Rank": 70,
         "Happiness Score": 5.548,
         "Health (Life Expectancy)": 0.53886,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04175,
         "Trust (Government Corruption)": 0.30844,
         "index": 69
        },
        {
         "Country": "Mauritius",
         "Dystopia Residual": 1.76145,
         "Economy (GDP per Capita)": 1.00761,
         "Family": 0.98521,
         "Freedom": 0.56066,
         "Generosity": 0.37744,
         "Happiness Rank": 71,
         "Happiness Score": 5.477,
         "Health (Life Expectancy)": 0.7095,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.07197,
         "Trust (Government Corruption)": 0.07521,
         "index": 70
        },
        {
         "Country": "Hong Kong",
         "Dystopia Residual": 0.65429,
         "Economy (GDP per Capita)": 1.38604,
         "Family": 1.05818,
         "Freedom": 0.59608,
         "Generosity": 0.39478,
         "Happiness Rank": 72,
         "Happiness Score": 5.474,
         "Health (Life Expectancy)": 1.01328,
         "Region": "Eastern Asia",
         "Standard Error": 0.05051,
         "Trust (Government Corruption)": 0.37124,
         "index": 71
        },
        {
         "Country": "Estonia",
         "Dystopia Residual": 1.58782,
         "Economy (GDP per Capita)": 1.15174,
         "Family": 1.22791,
         "Freedom": 0.44888,
         "Generosity": 0.0868,
         "Happiness Rank": 73,
         "Happiness Score": 5.429,
         "Health (Life Expectancy)": 0.77361,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04013,
         "Trust (Government Corruption)": 0.15184,
         "index": 72
        },
        {
         "Country": "Indonesia",
         "Dystopia Residual": 1.86399,
         "Economy (GDP per Capita)": 0.82827,
         "Family": 1.08708,
         "Freedom": 0.46611,
         "Generosity": 0.51535,
         "Happiness Rank": 74,
         "Happiness Score": 5.399,
         "Health (Life Expectancy)": 0.63793,
         "Region": "Southeastern Asia",
         "Standard Error": 0.02596,
         "Trust (Government Corruption)": 0,
         "index": 73
        },
        {
         "Country": "Vietnam",
         "Dystopia Residual": 2.20173,
         "Economy (GDP per Capita)": 0.63216,
         "Family": 0.91226,
         "Freedom": 0.59444,
         "Generosity": 0.1686,
         "Happiness Rank": 75,
         "Happiness Score": 5.36,
         "Health (Life Expectancy)": 0.74676,
         "Region": "Southeastern Asia",
         "Standard Error": 0.03107,
         "Trust (Government Corruption)": 0.10441,
         "index": 74
        },
        {
         "Country": "Turkey",
         "Dystopia Residual": 2.08528,
         "Economy (GDP per Capita)": 1.06098,
         "Family": 0.94632,
         "Freedom": 0.22815,
         "Generosity": 0.12253,
         "Happiness Rank": 76,
         "Happiness Score": 5.332,
         "Health (Life Expectancy)": 0.73172,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.03864,
         "Trust (Government Corruption)": 0.15746,
         "index": 75
        },
        {
         "Country": "Kyrgyzstan",
         "Dystopia Residual": 2.2327,
         "Economy (GDP per Capita)": 0.47428,
         "Family": 1.15115,
         "Freedom": 0.43477,
         "Generosity": 0.3003,
         "Happiness Rank": 77,
         "Happiness Score": 5.286,
         "Health (Life Expectancy)": 0.65088,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.03823,
         "Trust (Government Corruption)": 0.04232,
         "index": 76
        },
        {
         "Country": "Nigeria",
         "Dystopia Residual": 2.89319,
         "Economy (GDP per Capita)": 0.65435,
         "Family": 0.90432,
         "Freedom": 0.34334,
         "Generosity": 0.27233,
         "Happiness Rank": 78,
         "Happiness Score": 5.268,
         "Health (Life Expectancy)": 0.16007,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04192,
         "Trust (Government Corruption)": 0.0403,
         "index": 77
        },
        {
         "Country": "Bhutan",
         "Dystopia Residual": 1.63794,
         "Economy (GDP per Capita)": 0.77042,
         "Family": 1.10395,
         "Freedom": 0.53206,
         "Generosity": 0.47998,
         "Happiness Rank": 79,
         "Happiness Score": 5.253,
         "Health (Life Expectancy)": 0.57407,
         "Region": "Southern Asia",
         "Standard Error": 0.03225,
         "Trust (Government Corruption)": 0.15445,
         "index": 78
        },
        {
         "Country": "Azerbaijan",
         "Dystopia Residual": 2.00073,
         "Economy (GDP per Capita)": 1.02389,
         "Family": 0.93793,
         "Freedom": 0.3703,
         "Generosity": 0.07799,
         "Happiness Rank": 80,
         "Happiness Score": 5.212,
         "Health (Life Expectancy)": 0.64045,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.03363,
         "Trust (Government Corruption)": 0.16065,
         "index": 79
        },
        {
         "Country": "Pakistan",
         "Dystopia Residual": 3.10709,
         "Economy (GDP per Capita)": 0.59543,
         "Family": 0.41411,
         "Freedom": 0.12102,
         "Generosity": 0.33671,
         "Happiness Rank": 81,
         "Happiness Score": 5.194,
         "Health (Life Expectancy)": 0.51466,
         "Region": "Southern Asia",
         "Standard Error": 0.03726,
         "Trust (Government Corruption)": 0.10464,
         "index": 80
        },
        {
         "Country": "Jordan",
         "Dystopia Residual": 1.87996,
         "Economy (GDP per Capita)": 0.90198,
         "Family": 1.05392,
         "Freedom": 0.40661,
         "Generosity": 0.11053,
         "Happiness Rank": 82,
         "Happiness Score": 5.192,
         "Health (Life Expectancy)": 0.69639,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.04524,
         "Trust (Government Corruption)": 0.14293,
         "index": 81
        },
        {
         "Country": "Montenegro",
         "Dystopia Residual": 2.10017,
         "Economy (GDP per Capita)": 0.97438,
         "Family": 0.90557,
         "Freedom": 0.1826,
         "Generosity": 0.1614,
         "Happiness Rank": 82,
         "Happiness Score": 5.192,
         "Health (Life Expectancy)": 0.72521,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.05235,
         "Trust (Government Corruption)": 0.14296,
         "index": 82
        },
        {
         "Country": "China",
         "Dystopia Residual": 1.8604,
         "Economy (GDP per Capita)": 0.89012,
         "Family": 0.94675,
         "Freedom": 0.51697,
         "Generosity": 0.08185,
         "Happiness Rank": 84,
         "Happiness Score": 5.14,
         "Health (Life Expectancy)": 0.81658,
         "Region": "Eastern Asia",
         "Standard Error": 0.02424,
         "Trust (Government Corruption)": 0.02781,
         "index": 83
        },
        {
         "Country": "Zambia",
         "Dystopia Residual": 2.6343,
         "Economy (GDP per Capita)": 0.47038,
         "Family": 0.91612,
         "Freedom": 0.48827,
         "Generosity": 0.19591,
         "Happiness Rank": 85,
         "Happiness Score": 5.129,
         "Health (Life Expectancy)": 0.29924,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.06988,
         "Trust (Government Corruption)": 0.12468,
         "index": 84
        },
        {
         "Country": "Romania",
         "Dystopia Residual": 1.93129,
         "Economy (GDP per Capita)": 1.04345,
         "Family": 0.88588,
         "Freedom": 0.35068,
         "Generosity": 0.13748,
         "Happiness Rank": 86,
         "Happiness Score": 5.124,
         "Health (Life Expectancy)": 0.7689,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.06607,
         "Trust (Government Corruption)": 0.00649,
         "index": 85
        },
        {
         "Country": "Serbia",
         "Dystopia Residual": 2.025,
         "Economy (GDP per Capita)": 0.92053,
         "Family": 1.00964,
         "Freedom": 0.20107,
         "Generosity": 0.19231,
         "Happiness Rank": 87,
         "Happiness Score": 5.123,
         "Health (Life Expectancy)": 0.74836,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04864,
         "Trust (Government Corruption)": 0.02617,
         "index": 86
        },
        {
         "Country": "Portugal",
         "Dystopia Residual": 1.26462,
         "Economy (GDP per Capita)": 1.15991,
         "Family": 1.13935,
         "Freedom": 0.51469,
         "Generosity": 0.13719,
         "Happiness Rank": 88,
         "Happiness Score": 5.102,
         "Health (Life Expectancy)": 0.87519,
         "Region": "Western Europe",
         "Standard Error": 0.04802,
         "Trust (Government Corruption)": 0.01078,
         "index": 87
        },
        {
         "Country": "Latvia",
         "Dystopia Residual": 1.62215,
         "Economy (GDP per Capita)": 1.11312,
         "Family": 1.09562,
         "Freedom": 0.29671,
         "Generosity": 0.18226,
         "Happiness Rank": 89,
         "Happiness Score": 5.098,
         "Health (Life Expectancy)": 0.72437,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.0464,
         "Trust (Government Corruption)": 0.06332,
         "index": 88
        },
        {
         "Country": "Philippines",
         "Dystopia Residual": 1.7536,
         "Economy (GDP per Capita)": 0.70532,
         "Family": 1.03516,
         "Freedom": 0.62545,
         "Generosity": 0.24991,
         "Happiness Rank": 90,
         "Happiness Score": 5.073,
         "Health (Life Expectancy)": 0.58114,
         "Region": "Southeastern Asia",
         "Standard Error": 0.04934,
         "Trust (Government Corruption)": 0.12279,
         "index": 89
        },
        {
         "Country": "Somaliland region",
         "Dystopia Residual": 2.11032,
         "Economy (GDP per Capita)": 0.18847,
         "Family": 0.95152,
         "Freedom": 0.46582,
         "Generosity": 0.50318,
         "Happiness Rank": 91,
         "Happiness Score": 5.057,
         "Health (Life Expectancy)": 0.43873,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.06161,
         "Trust (Government Corruption)": 0.39928,
         "index": 90
        },
        {
         "Country": "Morocco",
         "Dystopia Residual": 2.45373,
         "Economy (GDP per Capita)": 0.73479,
         "Family": 0.64095,
         "Freedom": 0.41691,
         "Generosity": 0.07172,
         "Happiness Rank": 92,
         "Happiness Score": 5.013,
         "Health (Life Expectancy)": 0.60954,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.0342,
         "Trust (Government Corruption)": 0.08546,
         "index": 91
        },
        {
         "Country": "Macedonia",
         "Dystopia Residual": 1.73933,
         "Economy (GDP per Capita)": 0.91851,
         "Family": 1.00232,
         "Freedom": 0.33457,
         "Generosity": 0.22359,
         "Happiness Rank": 93,
         "Happiness Score": 5.007,
         "Health (Life Expectancy)": 0.73545,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.05376,
         "Trust (Government Corruption)": 0.05327,
         "index": 92
        },
        {
         "Country": "Mozambique",
         "Dystopia Residual": 3.05137,
         "Economy (GDP per Capita)": 0.08308,
         "Family": 1.02626,
         "Freedom": 0.34037,
         "Generosity": 0.22269,
         "Happiness Rank": 94,
         "Happiness Score": 4.971,
         "Health (Life Expectancy)": 0.09131,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.07896,
         "Trust (Government Corruption)": 0.15603,
         "index": 93
        },
        {
         "Country": "Albania",
         "Dystopia Residual": 1.89894,
         "Economy (GDP per Capita)": 0.87867,
         "Family": 0.80434,
         "Freedom": 0.35733,
         "Generosity": 0.14272,
         "Happiness Rank": 95,
         "Happiness Score": 4.959,
         "Health (Life Expectancy)": 0.81325,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.05013,
         "Trust (Government Corruption)": 0.06413,
         "index": 94
        },
        {
         "Country": "Bosnia and Herzegovina",
         "Dystopia Residual": 2.06367,
         "Economy (GDP per Capita)": 0.83223,
         "Family": 0.91916,
         "Freedom": 0.09245,
         "Generosity": 0.24808,
         "Happiness Rank": 96,
         "Happiness Score": 4.949,
         "Health (Life Expectancy)": 0.79081,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.06913,
         "Trust (Government Corruption)": 0.00227,
         "index": 95
        },
        {
         "Country": "Lesotho",
         "Dystopia Residual": 2.79832,
         "Economy (GDP per Capita)": 0.37545,
         "Family": 1.04103,
         "Freedom": 0.31767,
         "Generosity": 0.16388,
         "Happiness Rank": 97,
         "Happiness Score": 4.898,
         "Health (Life Expectancy)": 0.07612,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.09438,
         "Trust (Government Corruption)": 0.12504,
         "index": 96
        },
        {
         "Country": "Dominican Republic",
         "Dystopia Residual": 1.21305,
         "Economy (GDP per Capita)": 0.89537,
         "Family": 1.17202,
         "Freedom": 0.57672,
         "Generosity": 0.21684,
         "Happiness Rank": 98,
         "Happiness Score": 4.885,
         "Health (Life Expectancy)": 0.66825,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.07446,
         "Trust (Government Corruption)": 0.14234,
         "index": 97
        },
        {
         "Country": "Laos",
         "Dystopia Residual": 1.73799,
         "Economy (GDP per Capita)": 0.59066,
         "Family": 0.73803,
         "Freedom": 0.59591,
         "Generosity": 0.42192,
         "Happiness Rank": 99,
         "Happiness Score": 4.876,
         "Health (Life Expectancy)": 0.54909,
         "Region": "Southeastern Asia",
         "Standard Error": 0.06698,
         "Trust (Government Corruption)": 0.24249,
         "index": 98
        },
        {
         "Country": "Mongolia",
         "Dystopia Residual": 1.34759,
         "Economy (GDP per Capita)": 0.82819,
         "Family": 1.3006,
         "Freedom": 0.43626,
         "Generosity": 0.3323,
         "Happiness Rank": 100,
         "Happiness Score": 4.874,
         "Health (Life Expectancy)": 0.60268,
         "Region": "Eastern Asia",
         "Standard Error": 0.03313,
         "Trust (Government Corruption)": 0.02666,
         "index": 99
        },
        {
         "Country": "Swaziland",
         "Dystopia Residual": 2.48676,
         "Economy (GDP per Capita)": 0.71206,
         "Family": 1.07284,
         "Freedom": 0.30658,
         "Generosity": 0.18259,
         "Happiness Rank": 101,
         "Happiness Score": 4.867,
         "Health (Life Expectancy)": 0.07566,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.08742,
         "Trust (Government Corruption)": 0.0306,
         "index": 100
        },
        {
         "Country": "Greece",
         "Dystopia Residual": 1.80101,
         "Economy (GDP per Capita)": 1.15406,
         "Family": 0.92933,
         "Freedom": 0.07699,
         "Generosity": 0,
         "Happiness Rank": 102,
         "Happiness Score": 4.857,
         "Health (Life Expectancy)": 0.88213,
         "Region": "Western Europe",
         "Standard Error": 0.05062,
         "Trust (Government Corruption)": 0.01397,
         "index": 101
        },
        {
         "Country": "Lebanon",
         "Dystopia Residual": 1.57059,
         "Economy (GDP per Capita)": 1.02564,
         "Family": 0.80001,
         "Freedom": 0.33916,
         "Generosity": 0.21854,
         "Happiness Rank": 103,
         "Happiness Score": 4.839,
         "Health (Life Expectancy)": 0.83947,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.04337,
         "Trust (Government Corruption)": 0.04582,
         "index": 102
        },
        {
         "Country": "Hungary",
         "Dystopia Residual": 1.24074,
         "Economy (GDP per Capita)": 1.12094,
         "Family": 1.20215,
         "Freedom": 0.32112,
         "Generosity": 0.128,
         "Happiness Rank": 104,
         "Happiness Score": 4.8,
         "Health (Life Expectancy)": 0.75905,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.06107,
         "Trust (Government Corruption)": 0.02758,
         "index": 103
        },
        {
         "Country": "Honduras",
         "Dystopia Residual": 1.84408,
         "Economy (GDP per Capita)": 0.59532,
         "Family": 0.95348,
         "Freedom": 0.40148,
         "Generosity": 0.23027,
         "Happiness Rank": 105,
         "Happiness Score": 4.788,
         "Health (Life Expectancy)": 0.6951,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.05648,
         "Trust (Government Corruption)": 0.06825,
         "index": 104
        },
        {
         "Country": "Tajikistan",
         "Dystopia Residual": 2.11399,
         "Economy (GDP per Capita)": 0.39047,
         "Family": 0.85563,
         "Freedom": 0.47216,
         "Generosity": 0.22974,
         "Happiness Rank": 106,
         "Happiness Score": 4.786,
         "Health (Life Expectancy)": 0.57379,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.03198,
         "Trust (Government Corruption)": 0.15072,
         "index": 105
        },
        {
         "Country": "Tunisia",
         "Dystopia Residual": 2.12466,
         "Economy (GDP per Capita)": 0.88113,
         "Family": 0.60429,
         "Freedom": 0.26268,
         "Generosity": 0.06431,
         "Happiness Rank": 107,
         "Happiness Score": 4.739,
         "Health (Life Expectancy)": 0.73793,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.03589,
         "Trust (Government Corruption)": 0.06358,
         "index": 106
        },
        {
         "Country": "Palestinian Territories",
         "Dystopia Residual": 2.04384,
         "Economy (GDP per Capita)": 0.59867,
         "Family": 0.92558,
         "Freedom": 0.24499,
         "Generosity": 0.11251,
         "Happiness Rank": 108,
         "Happiness Score": 4.715,
         "Health (Life Expectancy)": 0.66015,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.04394,
         "Trust (Government Corruption)": 0.12905,
         "index": 107
        },
        {
         "Country": "Bangladesh",
         "Dystopia Residual": 2.51767,
         "Economy (GDP per Capita)": 0.39753,
         "Family": 0.43106,
         "Freedom": 0.4082,
         "Generosity": 0.21222,
         "Happiness Rank": 109,
         "Happiness Score": 4.694,
         "Health (Life Expectancy)": 0.60164,
         "Region": "Southern Asia",
         "Standard Error": 0.03077,
         "Trust (Government Corruption)": 0.12569,
         "index": 108
        },
        {
         "Country": "Iran",
         "Dystopia Residual": 1.6944,
         "Economy (GDP per Capita)": 1.0088,
         "Family": 0.54447,
         "Freedom": 0.30033,
         "Generosity": 0.38086,
         "Happiness Rank": 110,
         "Happiness Score": 4.686,
         "Health (Life Expectancy)": 0.69805,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.04449,
         "Trust (Government Corruption)": 0.05863,
         "index": 109
        },
        {
         "Country": "Ukraine",
         "Dystopia Residual": 1.5714,
         "Economy (GDP per Capita)": 0.79907,
         "Family": 1.20278,
         "Freedom": 0.25123,
         "Generosity": 0.15275,
         "Happiness Rank": 111,
         "Happiness Score": 4.681,
         "Health (Life Expectancy)": 0.6739,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04412,
         "Trust (Government Corruption)": 0.02961,
         "index": 110
        },
        {
         "Country": "Iraq",
         "Dystopia Residual": 1.95335,
         "Economy (GDP per Capita)": 0.98549,
         "Family": 0.81889,
         "Freedom": 0,
         "Generosity": 0.17922,
         "Happiness Rank": 112,
         "Happiness Score": 4.677,
         "Health (Life Expectancy)": 0.60237,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.05232,
         "Trust (Government Corruption)": 0.13788,
         "index": 111
        },
        {
         "Country": "South Africa",
         "Dystopia Residual": 1.71956,
         "Economy (GDP per Capita)": 0.92049,
         "Family": 1.18468,
         "Freedom": 0.33207,
         "Generosity": 0.11973,
         "Happiness Rank": 113,
         "Happiness Score": 4.642,
         "Health (Life Expectancy)": 0.27688,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04585,
         "Trust (Government Corruption)": 0.08884,
         "index": 112
        },
        {
         "Country": "Ghana",
         "Dystopia Residual": 2.30919,
         "Economy (GDP per Capita)": 0.54558,
         "Family": 0.67954,
         "Freedom": 0.42342,
         "Generosity": 0.23087,
         "Happiness Rank": 114,
         "Happiness Score": 4.633,
         "Health (Life Expectancy)": 0.40132,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04742,
         "Trust (Government Corruption)": 0.04355,
         "index": 113
        },
        {
         "Country": "Zimbabwe",
         "Dystopia Residual": 2.44191,
         "Economy (GDP per Capita)": 0.271,
         "Family": 1.03276,
         "Freedom": 0.25861,
         "Generosity": 0.18987,
         "Happiness Rank": 115,
         "Happiness Score": 4.61,
         "Health (Life Expectancy)": 0.33475,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.0429,
         "Trust (Government Corruption)": 0.08079,
         "index": 114
        },
        {
         "Country": "Liberia",
         "Dystopia Residual": 2.77729,
         "Economy (GDP per Capita)": 0.0712,
         "Family": 0.78968,
         "Freedom": 0.28531,
         "Generosity": 0.24362,
         "Happiness Rank": 116,
         "Happiness Score": 4.571,
         "Health (Life Expectancy)": 0.34201,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.11068,
         "Trust (Government Corruption)": 0.06232,
         "index": 115
        },
        {
         "Country": "India",
         "Dystopia Residual": 2.27513,
         "Economy (GDP per Capita)": 0.64499,
         "Family": 0.38174,
         "Freedom": 0.39786,
         "Generosity": 0.26475,
         "Happiness Rank": 117,
         "Happiness Score": 4.565,
         "Health (Life Expectancy)": 0.51529,
         "Region": "Southern Asia",
         "Standard Error": 0.02043,
         "Trust (Government Corruption)": 0.08492,
         "index": 116
        },
        {
         "Country": "Sudan",
         "Dystopia Residual": 2.20857,
         "Economy (GDP per Capita)": 0.52107,
         "Family": 1.01404,
         "Freedom": 0.10081,
         "Generosity": 0.19062,
         "Happiness Rank": 118,
         "Happiness Score": 4.55,
         "Health (Life Expectancy)": 0.36878,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.0674,
         "Trust (Government Corruption)": 0.1466,
         "index": 117
        },
        {
         "Country": "Haiti",
         "Dystopia Residual": 2.24173,
         "Economy (GDP per Capita)": 0.26673,
         "Family": 0.74302,
         "Freedom": 0.24425,
         "Generosity": 0.46187,
         "Happiness Rank": 119,
         "Happiness Score": 4.518,
         "Health (Life Expectancy)": 0.38847,
         "Region": "Latin America and Caribbean",
         "Standard Error": 0.07331,
         "Trust (Government Corruption)": 0.17175,
         "index": 118
        },
        {
         "Country": "Congo (Kinshasa)",
         "Dystopia Residual": 2.86712,
         "Economy (GDP per Capita)": 0,
         "Family": 1.0012,
         "Freedom": 0.22605,
         "Generosity": 0.24834,
         "Happiness Rank": 120,
         "Happiness Score": 4.517,
         "Health (Life Expectancy)": 0.09806,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.0368,
         "Trust (Government Corruption)": 0.07625,
         "index": 119
        },
        {
         "Country": "Nepal",
         "Dystopia Residual": 1.95637,
         "Economy (GDP per Capita)": 0.35997,
         "Family": 0.86449,
         "Freedom": 0.38282,
         "Generosity": 0.32296,
         "Happiness Rank": 121,
         "Happiness Score": 4.514,
         "Health (Life Expectancy)": 0.56874,
         "Region": "Southern Asia",
         "Standard Error": 0.03607,
         "Trust (Government Corruption)": 0.05907,
         "index": 120
        },
        {
         "Country": "Ethiopia",
         "Dystopia Residual": 2.44876,
         "Economy (GDP per Capita)": 0.19073,
         "Family": 0.60406,
         "Freedom": 0.4345,
         "Generosity": 0.24325,
         "Happiness Rank": 122,
         "Happiness Score": 4.512,
         "Health (Life Expectancy)": 0.44055,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.0378,
         "Trust (Government Corruption)": 0.15048,
         "index": 121
        },
        {
         "Country": "Sierra Leone",
         "Dystopia Residual": 2.51009,
         "Economy (GDP per Capita)": 0.33024,
         "Family": 0.95571,
         "Freedom": 0.4084,
         "Generosity": 0.21488,
         "Happiness Rank": 123,
         "Happiness Score": 4.507,
         "Health (Life Expectancy)": 0,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.07068,
         "Trust (Government Corruption)": 0.08786,
         "index": 122
        },
        {
         "Country": "Mauritania",
         "Dystopia Residual": 2.11773,
         "Economy (GDP per Capita)": 0.45407,
         "Family": 0.86908,
         "Freedom": 0.24232,
         "Generosity": 0.219,
         "Happiness Rank": 124,
         "Happiness Score": 4.436,
         "Health (Life Expectancy)": 0.35874,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.03947,
         "Trust (Government Corruption)": 0.17461,
         "index": 123
        },
        {
         "Country": "Kenya",
         "Dystopia Residual": 1.78555,
         "Economy (GDP per Capita)": 0.36471,
         "Family": 0.99876,
         "Freedom": 0.42215,
         "Generosity": 0.37542,
         "Happiness Rank": 125,
         "Happiness Score": 4.419,
         "Health (Life Expectancy)": 0.41435,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04734,
         "Trust (Government Corruption)": 0.05839,
         "index": 124
        },
        {
         "Country": "Djibouti",
         "Dystopia Residual": 2.05125,
         "Economy (GDP per Capita)": 0.44025,
         "Family": 0.59207,
         "Freedom": 0.46074,
         "Generosity": 0.18093,
         "Happiness Rank": 126,
         "Happiness Score": 4.369,
         "Health (Life Expectancy)": 0.36291,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.08096,
         "Trust (Government Corruption)": 0.28105,
         "index": 125
        },
        {
         "Country": "Armenia",
         "Dystopia Residual": 1.75873,
         "Economy (GDP per Capita)": 0.76821,
         "Family": 0.77711,
         "Freedom": 0.19847,
         "Generosity": 0.07855,
         "Happiness Rank": 127,
         "Happiness Score": 4.35,
         "Health (Life Expectancy)": 0.7299,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04763,
         "Trust (Government Corruption)": 0.039,
         "index": 126
        },
        {
         "Country": "Botswana",
         "Dystopia Residual": 1.46181,
         "Economy (GDP per Capita)": 0.99355,
         "Family": 1.10464,
         "Freedom": 0.49495,
         "Generosity": 0.10461,
         "Happiness Rank": 128,
         "Happiness Score": 4.332,
         "Health (Life Expectancy)": 0.04776,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04934,
         "Trust (Government Corruption)": 0.12474,
         "index": 127
        },
        {
         "Country": "Myanmar",
         "Dystopia Residual": 1.41805,
         "Economy (GDP per Capita)": 0.27108,
         "Family": 0.70905,
         "Freedom": 0.44017,
         "Generosity": 0.79588,
         "Happiness Rank": 129,
         "Happiness Score": 4.307,
         "Health (Life Expectancy)": 0.48246,
         "Region": "Southeastern Asia",
         "Standard Error": 0.04351,
         "Trust (Government Corruption)": 0.19034,
         "index": 128
        },
        {
         "Country": "Georgia",
         "Dystopia Residual": 1.59541,
         "Economy (GDP per Capita)": 0.7419,
         "Family": 0.38562,
         "Freedom": 0.40577,
         "Generosity": 0.05547,
         "Happiness Rank": 130,
         "Happiness Score": 4.297,
         "Health (Life Expectancy)": 0.72926,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04221,
         "Trust (Government Corruption)": 0.38331,
         "index": 129
        },
        {
         "Country": "Malawi",
         "Dystopia Residual": 2.80791,
         "Economy (GDP per Capita)": 0.01604,
         "Family": 0.41134,
         "Freedom": 0.43054,
         "Generosity": 0.33128,
         "Happiness Rank": 131,
         "Happiness Score": 4.292,
         "Health (Life Expectancy)": 0.22562,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.0613,
         "Trust (Government Corruption)": 0.06977,
         "index": 130
        },
        {
         "Country": "Sri Lanka",
         "Dystopia Residual": 0.67108,
         "Economy (GDP per Capita)": 0.83524,
         "Family": 1.01905,
         "Freedom": 0.53726,
         "Generosity": 0.40828,
         "Happiness Rank": 132,
         "Happiness Score": 4.271,
         "Health (Life Expectancy)": 0.70806,
         "Region": "Southern Asia",
         "Standard Error": 0.03751,
         "Trust (Government Corruption)": 0.09179,
         "index": 131
        },
        {
         "Country": "Cameroon",
         "Dystopia Residual": 1.95071,
         "Economy (GDP per Capita)": 0.4225,
         "Family": 0.88767,
         "Freedom": 0.49309,
         "Generosity": 0.20618,
         "Happiness Rank": 133,
         "Happiness Score": 4.252,
         "Health (Life Expectancy)": 0.23402,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04678,
         "Trust (Government Corruption)": 0.05786,
         "index": 132
        },
        {
         "Country": "Bulgaria",
         "Dystopia Residual": 0.89991,
         "Economy (GDP per Capita)": 1.01216,
         "Family": 1.10614,
         "Freedom": 0.30587,
         "Generosity": 0.11921,
         "Happiness Rank": 134,
         "Happiness Score": 4.218,
         "Health (Life Expectancy)": 0.76649,
         "Region": "Central and Eastern Europe",
         "Standard Error": 0.04828,
         "Trust (Government Corruption)": 0.00872,
         "index": 133
        },
        {
         "Country": "Egypt",
         "Dystopia Residual": 1.59927,
         "Economy (GDP per Capita)": 0.8818,
         "Family": 0.747,
         "Freedom": 0.17288,
         "Generosity": 0.11291,
         "Happiness Rank": 135,
         "Happiness Score": 4.194,
         "Health (Life Expectancy)": 0.61712,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.0326,
         "Trust (Government Corruption)": 0.06324,
         "index": 134
        },
        {
         "Country": "Yemen",
         "Dystopia Residual": 1.92313,
         "Economy (GDP per Capita)": 0.54649,
         "Family": 0.68093,
         "Freedom": 0.35571,
         "Generosity": 0.09131,
         "Happiness Rank": 136,
         "Happiness Score": 4.077,
         "Health (Life Expectancy)": 0.40064,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.04367,
         "Trust (Government Corruption)": 0.07854,
         "index": 135
        },
        {
         "Country": "Angola",
         "Dystopia Residual": 1.94939,
         "Economy (GDP per Capita)": 0.75778,
         "Family": 0.8604,
         "Freedom": 0.10384,
         "Generosity": 0.12344,
         "Happiness Rank": 137,
         "Happiness Score": 4.033,
         "Health (Life Expectancy)": 0.16683,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04758,
         "Trust (Government Corruption)": 0.07122,
         "index": 136
        },
        {
         "Country": "Mali",
         "Dystopia Residual": 1.79293,
         "Economy (GDP per Capita)": 0.26074,
         "Family": 1.03526,
         "Freedom": 0.38857,
         "Generosity": 0.18798,
         "Happiness Rank": 138,
         "Happiness Score": 3.995,
         "Health (Life Expectancy)": 0.20583,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.05602,
         "Trust (Government Corruption)": 0.12352,
         "index": 137
        },
        {
         "Country": "Congo (Brazzaville)",
         "Dystopia Residual": 1.68135,
         "Economy (GDP per Capita)": 0.67866,
         "Family": 0.6629,
         "Freedom": 0.41466,
         "Generosity": 0.12388,
         "Happiness Rank": 139,
         "Happiness Score": 3.989,
         "Health (Life Expectancy)": 0.31051,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.06682,
         "Trust (Government Corruption)": 0.11686,
         "index": 138
        },
        {
         "Country": "Comoros",
         "Dystopia Residual": 1.95812,
         "Economy (GDP per Capita)": 0.23906,
         "Family": 0.79273,
         "Freedom": 0.22917,
         "Generosity": 0.17441,
         "Happiness Rank": 140,
         "Happiness Score": 3.956,
         "Health (Life Expectancy)": 0.36315,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04797,
         "Trust (Government Corruption)": 0.199,
         "index": 139
        },
        {
         "Country": "Uganda",
         "Dystopia Residual": 1.42766,
         "Economy (GDP per Capita)": 0.21102,
         "Family": 1.13299,
         "Freedom": 0.45727,
         "Generosity": 0.29066,
         "Happiness Rank": 141,
         "Happiness Score": 3.931,
         "Health (Life Expectancy)": 0.33861,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04317,
         "Trust (Government Corruption)": 0.07267,
         "index": 140
        },
        {
         "Country": "Senegal",
         "Dystopia Residual": 1.44395,
         "Economy (GDP per Capita)": 0.36498,
         "Family": 0.97619,
         "Freedom": 0.36772,
         "Generosity": 0.20843,
         "Happiness Rank": 142,
         "Happiness Score": 3.904,
         "Health (Life Expectancy)": 0.4354,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.03608,
         "Trust (Government Corruption)": 0.10713,
         "index": 141
        },
        {
         "Country": "Gabon",
         "Dystopia Residual": 0.99895,
         "Economy (GDP per Capita)": 1.06024,
         "Family": 0.90528,
         "Freedom": 0.31914,
         "Generosity": 0.06822,
         "Happiness Rank": 143,
         "Happiness Score": 3.896,
         "Health (Life Expectancy)": 0.43372,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04547,
         "Trust (Government Corruption)": 0.11091,
         "index": 142
        },
        {
         "Country": "Niger",
         "Dystopia Residual": 1.87877,
         "Economy (GDP per Capita)": 0.0694,
         "Family": 0.77265,
         "Freedom": 0.47692,
         "Generosity": 0.19387,
         "Happiness Rank": 144,
         "Happiness Score": 3.845,
         "Health (Life Expectancy)": 0.29707,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.03602,
         "Trust (Government Corruption)": 0.15639,
         "index": 143
        },
        {
         "Country": "Cambodia",
         "Dystopia Residual": 0.98195,
         "Economy (GDP per Capita)": 0.46038,
         "Family": 0.62736,
         "Freedom": 0.66246,
         "Generosity": 0.40359,
         "Happiness Rank": 145,
         "Happiness Score": 3.819,
         "Health (Life Expectancy)": 0.61114,
         "Region": "Southeastern Asia",
         "Standard Error": 0.05069,
         "Trust (Government Corruption)": 0.07247,
         "index": 144
        },
        {
         "Country": "Tanzania",
         "Dystopia Residual": 1.38079,
         "Economy (GDP per Capita)": 0.2852,
         "Family": 1.00268,
         "Freedom": 0.32878,
         "Generosity": 0.34377,
         "Happiness Rank": 146,
         "Happiness Score": 3.781,
         "Health (Life Expectancy)": 0.38215,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.05061,
         "Trust (Government Corruption)": 0.05747,
         "index": 145
        },
        {
         "Country": "Madagascar",
         "Dystopia Residual": 1.851,
         "Economy (GDP per Capita)": 0.20824,
         "Family": 0.66801,
         "Freedom": 0.19184,
         "Generosity": 0.21333,
         "Happiness Rank": 147,
         "Happiness Score": 3.681,
         "Health (Life Expectancy)": 0.46721,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.03633,
         "Trust (Government Corruption)": 0.08124,
         "index": 146
        },
        {
         "Country": "Central African Republic",
         "Dystopia Residual": 2.7223,
         "Economy (GDP per Capita)": 0.0785,
         "Family": 0,
         "Freedom": 0.48879,
         "Generosity": 0.23835,
         "Happiness Rank": 148,
         "Happiness Score": 3.678,
         "Health (Life Expectancy)": 0.06699,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.06112,
         "Trust (Government Corruption)": 0.08289,
         "index": 147
        },
        {
         "Country": "Chad",
         "Dystopia Residual": 1.94296,
         "Economy (GDP per Capita)": 0.34193,
         "Family": 0.76062,
         "Freedom": 0.23501,
         "Generosity": 0.18386,
         "Happiness Rank": 149,
         "Happiness Score": 3.667,
         "Health (Life Expectancy)": 0.1501,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.0383,
         "Trust (Government Corruption)": 0.05269,
         "index": 148
        },
        {
         "Country": "Guinea",
         "Dystopia Residual": 1.99172,
         "Economy (GDP per Capita)": 0.17417,
         "Family": 0.46475,
         "Freedom": 0.37725,
         "Generosity": 0.28657,
         "Happiness Rank": 150,
         "Happiness Score": 3.656,
         "Health (Life Expectancy)": 0.24009,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.0359,
         "Trust (Government Corruption)": 0.12139,
         "index": 149
        },
        {
         "Country": "Ivory Coast",
         "Dystopia Residual": 1.41723,
         "Economy (GDP per Capita)": 0.46534,
         "Family": 0.77115,
         "Freedom": 0.46866,
         "Generosity": 0.20165,
         "Happiness Rank": 151,
         "Happiness Score": 3.655,
         "Health (Life Expectancy)": 0.15185,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.05141,
         "Trust (Government Corruption)": 0.17922,
         "index": 150
        },
        {
         "Country": "Burkina Faso",
         "Dystopia Residual": 1.46494,
         "Economy (GDP per Capita)": 0.25812,
         "Family": 0.85188,
         "Freedom": 0.39493,
         "Generosity": 0.21747,
         "Happiness Rank": 152,
         "Happiness Score": 3.587,
         "Health (Life Expectancy)": 0.27125,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.04324,
         "Trust (Government Corruption)": 0.12832,
         "index": 151
        },
        {
         "Country": "Afghanistan",
         "Dystopia Residual": 1.9521,
         "Economy (GDP per Capita)": 0.31982,
         "Family": 0.30285,
         "Freedom": 0.23414,
         "Generosity": 0.3651,
         "Happiness Rank": 153,
         "Happiness Score": 3.575,
         "Health (Life Expectancy)": 0.30335,
         "Region": "Southern Asia",
         "Standard Error": 0.03084,
         "Trust (Government Corruption)": 0.09719,
         "index": 152
        },
        {
         "Country": "Rwanda",
         "Dystopia Residual": 0.67042,
         "Economy (GDP per Capita)": 0.22208,
         "Family": 0.7737,
         "Freedom": 0.59201,
         "Generosity": 0.22628,
         "Happiness Rank": 154,
         "Happiness Score": 3.465,
         "Health (Life Expectancy)": 0.42864,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.03464,
         "Trust (Government Corruption)": 0.55191,
         "index": 153
        },
        {
         "Country": "Benin",
         "Dystopia Residual": 1.63328,
         "Economy (GDP per Capita)": 0.28665,
         "Family": 0.35386,
         "Freedom": 0.4845,
         "Generosity": 0.1826,
         "Happiness Rank": 155,
         "Happiness Score": 3.34,
         "Health (Life Expectancy)": 0.3191,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.03656,
         "Trust (Government Corruption)": 0.0801,
         "index": 154
        },
        {
         "Country": "Syria",
         "Dystopia Residual": 0.32858,
         "Economy (GDP per Capita)": 0.6632,
         "Family": 0.47489,
         "Freedom": 0.15684,
         "Generosity": 0.47179,
         "Happiness Rank": 156,
         "Happiness Score": 3.006,
         "Health (Life Expectancy)": 0.72193,
         "Region": "Middle East and Northern Africa",
         "Standard Error": 0.05015,
         "Trust (Government Corruption)": 0.18906,
         "index": 155
        },
        {
         "Country": "Burundi",
         "Dystopia Residual": 1.83302,
         "Economy (GDP per Capita)": 0.0153,
         "Family": 0.41587,
         "Freedom": 0.1185,
         "Generosity": 0.19727,
         "Happiness Rank": 157,
         "Happiness Score": 2.905,
         "Health (Life Expectancy)": 0.22396,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.08658,
         "Trust (Government Corruption)": 0.10062,
         "index": 156
        },
        {
         "Country": "Togo",
         "Dystopia Residual": 1.56726,
         "Economy (GDP per Capita)": 0.20868,
         "Family": 0.13995,
         "Freedom": 0.36453,
         "Generosity": 0.16681,
         "Happiness Rank": 158,
         "Happiness Score": 2.839,
         "Health (Life Expectancy)": 0.28443,
         "Region": "Sub-Saharan Africa",
         "Standard Error": 0.06727,
         "Trust (Government Corruption)": 0.10731,
         "index": 157
        }
       ],
       "schema": {
        "fields": [
         {
          "name": "index",
          "type": "integer"
         },
         {
          "name": "Country",
          "type": "string"
         },
         {
          "name": "Region",
          "type": "string"
         },
         {
          "name": "Happiness Rank",
          "type": "integer"
         },
         {
          "name": "Happiness Score",
          "type": "number"
         },
         {
          "name": "Standard Error",
          "type": "number"
         },
         {
          "name": "Economy (GDP per Capita)",
          "type": "number"
         },
         {
          "name": "Family",
          "type": "number"
         },
         {
          "name": "Health (Life Expectancy)",
          "type": "number"
         },
         {
          "name": "Freedom",
          "type": "number"
         },
         {
          "name": "Trust (Government Corruption)",
          "type": "number"
         },
         {
          "name": "Generosity",
          "type": "number"
         },
         {
          "name": "Dystopia Residual",
          "type": "number"
         }
        ],
        "pandas_version": "0.20.0",
        "primaryKey": [
         "index"
        ]
       }
      },
      "text/html": [
       "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
CountryRegionHappiness RankHappiness ScoreStandard ErrorEconomy (GDP per Capita)FamilyHealth (Life Expectancy)FreedomTrust (Government Corruption)GenerosityDystopia Residual
0SwitzerlandWestern Europe17.5870.034111.396511.349510.941430.665570.419780.296782.51738
1IcelandWestern Europe27.5610.048841.302321.402230.947840.628770.141450.436302.70201
2DenmarkWestern Europe37.5270.033281.325481.360580.874640.649380.483570.341392.49204
3NorwayWestern Europe47.5220.038801.459001.330950.885210.669730.365030.346992.46531
4CanadaNorth America57.4270.035531.326291.322610.905630.632970.329570.458112.45176
5FinlandWestern Europe67.4060.031401.290251.318260.889110.641690.413720.233512.61955
6NetherlandsWestern Europe77.3780.027991.329441.280170.892840.615760.318140.476102.46570
7SwedenWestern Europe87.3640.031571.331711.289070.910870.659800.438440.362622.37119
8New ZealandAustralia and New Zealand97.2860.033711.250181.319670.908370.639380.429220.475012.26425
9AustraliaAustralia and New Zealand107.2840.040831.333581.309230.931560.651240.356370.435622.26646
10IsraelMiddle East and Northern Africa117.2780.034701.228571.223930.913870.413190.077850.331723.08854
11Costa RicaLatin America and Caribbean127.2260.044540.955781.237880.860270.633760.105830.254973.17728
12AustriaWestern Europe137.2000.037511.337231.297040.890420.624330.186760.330882.53320
13MexicoLatin America and Caribbean147.1870.041761.020540.914510.814440.481810.213120.140743.60214
14United StatesNorth America157.1190.038391.394511.247110.861790.546040.158900.401052.51011
15BrazilLatin America and Caribbean166.9830.040760.981241.232870.697020.490490.175210.145743.26001
16LuxembourgWestern Europe176.9460.034991.563911.219630.918940.615830.377980.280341.96961
17IrelandWestern Europe186.9400.036761.335961.369480.895330.617770.287030.459011.97570
18BelgiumWestern Europe196.9370.035951.307821.285660.896670.584500.225400.222502.41484
19United Arab EmiratesMiddle East and Northern Africa206.9010.037291.427271.125750.809250.641570.385830.264282.24743
20United KingdomWestern Europe216.8670.018661.266371.285480.909430.596250.320670.519121.96994
21OmanMiddle East and Northern Africa226.8530.053351.360111.081820.762760.632740.325240.215422.47489
22VenezuelaLatin America and Caribbean236.8100.064761.044241.255960.720520.429080.110690.058413.19131
23SingaporeSoutheastern Asia246.7980.037801.521861.020001.025250.542520.492100.311051.88501
24PanamaLatin America and Caribbean256.7860.049101.063531.198500.796610.542100.092700.244342.84848
25GermanyWestern Europe266.7500.018481.327921.299370.891860.614770.218430.282142.11569
26ChileLatin America and Caribbean276.6700.058001.107151.124470.858570.441320.128690.333632.67585
27QatarMiddle East and Northern Africa286.6110.062571.690421.078600.797330.640400.522080.325731.55674
28FranceWestern Europe296.5750.035121.277781.260380.945790.550110.206460.123322.21126
29ArgentinaLatin America and Caribbean306.5740.046121.053511.248230.787230.449740.084840.114512.83600
30Czech RepublicCentral and Eastern Europe316.5050.041681.178981.206430.844830.463640.026520.106862.67782
31UruguayLatin America and Caribbean326.4850.045391.061661.208900.811600.603620.245580.232402.32142
32ColombiaLatin America and Caribbean336.4770.050510.918611.240180.690770.534660.051200.184012.85737
33ThailandSoutheastern Asia346.4550.035570.966901.265040.738500.556640.031870.576302.31945
34Saudi ArabiaMiddle East and Northern Africa356.4110.046331.395411.083930.720250.310480.325240.137062.43872
35SpainWestern Europe366.3290.034681.230111.313790.955620.459510.063980.182272.12367
36MaltaWestern Europe376.3020.042061.207401.302030.887210.603650.135860.517521.64880
37TaiwanEastern Asia386.2980.038681.290981.076170.875300.397400.081290.253762.32323
38KuwaitMiddle East and Northern Africa396.2950.044561.554221.165940.724920.554990.256090.162281.87634
39SurinameLatin America and Caribbean406.2690.098110.995340.972000.608200.596570.136330.169912.79094
40Trinidad and TobagoLatin America and Caribbean416.1680.108951.211831.183540.614830.558840.011400.318442.26882
41El SalvadorLatin America and Caribbean426.1300.056180.764541.025070.677370.403500.117760.106923.03500
42GuatemalaLatin America and Caribbean436.1230.052240.745531.043560.644250.577330.094720.274892.74255
43UzbekistanCentral and Eastern Europe446.0030.043610.632441.340430.597720.658210.308260.228372.23741
44SlovakiaCentral and Eastern Europe455.9950.042671.168911.269990.789020.317510.034310.168932.24639
45JapanEastern Asia465.9870.035811.270741.257120.991110.496150.180600.107051.68435
46South KoreaEastern Asia475.9840.040981.244610.957740.965380.332080.078570.185572.21978
47EcuadorLatin America and Caribbean485.9750.045280.864020.999030.790750.485740.180900.115412.53942
48BahrainMiddle East and Northern Africa495.9600.054121.323761.216240.747160.454920.306000.173621.73797
49ItalyWestern Europe505.9480.039141.251141.197770.954460.262360.029010.228232.02518
50BoliviaLatin America and Caribbean515.8900.056420.681330.978410.539200.574140.088000.205362.82334
51MoldovaCentral and Eastern Europe525.8890.037990.594481.015280.618260.328180.016150.209513.10712
52ParaguayLatin America and Caribbean535.8780.045630.759851.304770.660980.538990.082420.342402.18896
53KazakhstanCentral and Eastern Europe545.8550.041141.122541.122410.643680.516490.084540.118272.24729
54SloveniaCentral and Eastern Europe555.8480.042511.184981.273850.873370.608550.037870.253281.61583
55LithuaniaCentral and Eastern Europe565.8330.038431.147231.257450.731280.213420.010310.026412.44649
56NicaraguaLatin America and Caribbean575.8280.053710.593251.141840.743140.554750.193170.278152.32407
57PeruLatin America and Caribbean585.8240.046150.900190.974590.730170.414960.059890.149822.59450
58BelarusCentral and Eastern Europe595.8130.039381.031921.232890.736080.379380.190900.110462.13090
59PolandCentral and Eastern Europe605.7910.042631.125551.279480.779030.531220.042120.167591.86565
60MalaysiaSoutheastern Asia615.7700.043301.124861.070230.723940.530240.105010.330751.88541
61CroatiaCentral and Eastern Europe625.7590.043941.082540.796240.788050.258830.024300.054442.75414
62LibyaMiddle East and Northern Africa635.7540.078321.131451.118620.703800.416680.110230.182952.09066
63RussiaCentral and Eastern Europe645.7160.031351.137641.236170.669260.366790.030050.001992.27394
64JamaicaLatin America and Caribbean655.7090.136930.810381.151020.687410.504420.022990.212302.32038
65North CyprusWestern Europe665.6950.056351.208061.070080.923560.490270.142800.261691.59888
66CyprusWestern Europe675.6890.055801.208130.893180.923560.406720.061460.306381.88931
67AlgeriaMiddle East and Northern Africa685.6050.050990.939291.077720.617660.285790.173830.078222.43209
68KosovoCentral and Eastern Europe695.5890.050180.801480.811980.631320.247490.047410.283102.76579
69TurkmenistanCentral and Eastern Europe705.5480.041750.958471.226680.538860.476100.308440.169791.86984
70MauritiusSub-Saharan Africa715.4770.071971.007610.985210.709500.560660.075210.377441.76145
71Hong KongEastern Asia725.4740.050511.386041.058181.013280.596080.371240.394780.65429
72EstoniaCentral and Eastern Europe735.4290.040131.151741.227910.773610.448880.151840.086801.58782
73IndonesiaSoutheastern Asia745.3990.025960.828271.087080.637930.466110.000000.515351.86399
74VietnamSoutheastern Asia755.3600.031070.632160.912260.746760.594440.104410.168602.20173
75TurkeyMiddle East and Northern Africa765.3320.038641.060980.946320.731720.228150.157460.122532.08528
76KyrgyzstanCentral and Eastern Europe775.2860.038230.474281.151150.650880.434770.042320.300302.23270
77NigeriaSub-Saharan Africa785.2680.041920.654350.904320.160070.343340.040300.272332.89319
78BhutanSouthern Asia795.2530.032250.770421.103950.574070.532060.154450.479981.63794
79AzerbaijanCentral and Eastern Europe805.2120.033631.023890.937930.640450.370300.160650.077992.00073
80PakistanSouthern Asia815.1940.037260.595430.414110.514660.121020.104640.336713.10709
81JordanMiddle East and Northern Africa825.1920.045240.901981.053920.696390.406610.142930.110531.87996
82MontenegroCentral and Eastern Europe825.1920.052350.974380.905570.725210.182600.142960.161402.10017
83ChinaEastern Asia845.1400.024240.890120.946750.816580.516970.027810.081851.86040
84ZambiaSub-Saharan Africa855.1290.069880.470380.916120.299240.488270.124680.195912.63430
85RomaniaCentral and Eastern Europe865.1240.066071.043450.885880.768900.350680.006490.137481.93129
86SerbiaCentral and Eastern Europe875.1230.048640.920531.009640.748360.201070.026170.192312.02500
87PortugalWestern Europe885.1020.048021.159911.139350.875190.514690.010780.137191.26462
88LatviaCentral and Eastern Europe895.0980.046401.113121.095620.724370.296710.063320.182261.62215
89PhilippinesSoutheastern Asia905.0730.049340.705321.035160.581140.625450.122790.249911.75360
90Somaliland regionSub-Saharan Africa915.0570.061610.188470.951520.438730.465820.399280.503182.11032
91MoroccoMiddle East and Northern Africa925.0130.034200.734790.640950.609540.416910.085460.071722.45373
92MacedoniaCentral and Eastern Europe935.0070.053760.918511.002320.735450.334570.053270.223591.73933
93MozambiqueSub-Saharan Africa944.9710.078960.083081.026260.091310.340370.156030.222693.05137
94AlbaniaCentral and Eastern Europe954.9590.050130.878670.804340.813250.357330.064130.142721.89894
95Bosnia and HerzegovinaCentral and Eastern Europe964.9490.069130.832230.919160.790810.092450.002270.248082.06367
96LesothoSub-Saharan Africa974.8980.094380.375451.041030.076120.317670.125040.163882.79832
97Dominican RepublicLatin America and Caribbean984.8850.074460.895371.172020.668250.576720.142340.216841.21305
98LaosSoutheastern Asia994.8760.066980.590660.738030.549090.595910.242490.421921.73799
99MongoliaEastern Asia1004.8740.033130.828191.300600.602680.436260.026660.332301.34759
100SwazilandSub-Saharan Africa1014.8670.087420.712061.072840.075660.306580.030600.182592.48676
101GreeceWestern Europe1024.8570.050621.154060.929330.882130.076990.013970.000001.80101
102LebanonMiddle East and Northern Africa1034.8390.043371.025640.800010.839470.339160.045820.218541.57059
103HungaryCentral and Eastern Europe1044.8000.061071.120941.202150.759050.321120.027580.128001.24074
104HondurasLatin America and Caribbean1054.7880.056480.595320.953480.695100.401480.068250.230271.84408
105TajikistanCentral and Eastern Europe1064.7860.031980.390470.855630.573790.472160.150720.229742.11399
106TunisiaMiddle East and Northern Africa1074.7390.035890.881130.604290.737930.262680.063580.064312.12466
107Palestinian TerritoriesMiddle East and Northern Africa1084.7150.043940.598670.925580.660150.244990.129050.112512.04384
108BangladeshSouthern Asia1094.6940.030770.397530.431060.601640.408200.125690.212222.51767
109IranMiddle East and Northern Africa1104.6860.044491.008800.544470.698050.300330.058630.380861.69440
110UkraineCentral and Eastern Europe1114.6810.044120.799071.202780.673900.251230.029610.152751.57140
111IraqMiddle East and Northern Africa1124.6770.052320.985490.818890.602370.000000.137880.179221.95335
112South AfricaSub-Saharan Africa1134.6420.045850.920491.184680.276880.332070.088840.119731.71956
113GhanaSub-Saharan Africa1144.6330.047420.545580.679540.401320.423420.043550.230872.30919
114ZimbabweSub-Saharan Africa1154.6100.042900.271001.032760.334750.258610.080790.189872.44191
115LiberiaSub-Saharan Africa1164.5710.110680.071200.789680.342010.285310.062320.243622.77729
116IndiaSouthern Asia1174.5650.020430.644990.381740.515290.397860.084920.264752.27513
117SudanSub-Saharan Africa1184.5500.067400.521071.014040.368780.100810.146600.190622.20857
118HaitiLatin America and Caribbean1194.5180.073310.266730.743020.388470.244250.171750.461872.24173
119Congo (Kinshasa)Sub-Saharan Africa1204.5170.036800.000001.001200.098060.226050.076250.248342.86712
120NepalSouthern Asia1214.5140.036070.359970.864490.568740.382820.059070.322961.95637
121EthiopiaSub-Saharan Africa1224.5120.037800.190730.604060.440550.434500.150480.243252.44876
122Sierra LeoneSub-Saharan Africa1234.5070.070680.330240.955710.000000.408400.087860.214882.51009
123MauritaniaSub-Saharan Africa1244.4360.039470.454070.869080.358740.242320.174610.219002.11773
124KenyaSub-Saharan Africa1254.4190.047340.364710.998760.414350.422150.058390.375421.78555
125DjiboutiSub-Saharan Africa1264.3690.080960.440250.592070.362910.460740.281050.180932.05125
126ArmeniaCentral and Eastern Europe1274.3500.047630.768210.777110.729900.198470.039000.078551.75873
127BotswanaSub-Saharan Africa1284.3320.049340.993551.104640.047760.494950.124740.104611.46181
128MyanmarSoutheastern Asia1294.3070.043510.271080.709050.482460.440170.190340.795881.41805
129GeorgiaCentral and Eastern Europe1304.2970.042210.741900.385620.729260.405770.383310.055471.59541
130MalawiSub-Saharan Africa1314.2920.061300.016040.411340.225620.430540.069770.331282.80791
131Sri LankaSouthern Asia1324.2710.037510.835241.019050.708060.537260.091790.408280.67108
132CameroonSub-Saharan Africa1334.2520.046780.422500.887670.234020.493090.057860.206181.95071
133BulgariaCentral and Eastern Europe1344.2180.048281.012161.106140.766490.305870.008720.119210.89991
134EgyptMiddle East and Northern Africa1354.1940.032600.881800.747000.617120.172880.063240.112911.59927
135YemenMiddle East and Northern Africa1364.0770.043670.546490.680930.400640.355710.078540.091311.92313
136AngolaSub-Saharan Africa1374.0330.047580.757780.860400.166830.103840.071220.123441.94939
137MaliSub-Saharan Africa1383.9950.056020.260741.035260.205830.388570.123520.187981.79293
138Congo (Brazzaville)Sub-Saharan Africa1393.9890.066820.678660.662900.310510.414660.116860.123881.68135
139ComorosSub-Saharan Africa1403.9560.047970.239060.792730.363150.229170.199000.174411.95812
140UgandaSub-Saharan Africa1413.9310.043170.211021.132990.338610.457270.072670.290661.42766
141SenegalSub-Saharan Africa1423.9040.036080.364980.976190.435400.367720.107130.208431.44395
142GabonSub-Saharan Africa1433.8960.045471.060240.905280.433720.319140.110910.068220.99895
143NigerSub-Saharan Africa1443.8450.036020.069400.772650.297070.476920.156390.193871.87877
144CambodiaSoutheastern Asia1453.8190.050690.460380.627360.611140.662460.072470.403590.98195
145TanzaniaSub-Saharan Africa1463.7810.050610.285201.002680.382150.328780.057470.343771.38079
146MadagascarSub-Saharan Africa1473.6810.036330.208240.668010.467210.191840.081240.213331.85100
147Central African RepublicSub-Saharan Africa1483.6780.061120.078500.000000.066990.488790.082890.238352.72230
148ChadSub-Saharan Africa1493.6670.038300.341930.760620.150100.235010.052690.183861.94296
149GuineaSub-Saharan Africa1503.6560.035900.174170.464750.240090.377250.121390.286571.99172
150Ivory CoastSub-Saharan Africa1513.6550.051410.465340.771150.151850.468660.179220.201651.41723
151Burkina FasoSub-Saharan Africa1523.5870.043240.258120.851880.271250.394930.128320.217471.46494
152AfghanistanSouthern Asia1533.5750.030840.319820.302850.303350.234140.097190.365101.95210
153RwandaSub-Saharan Africa1543.4650.034640.222080.773700.428640.592010.551910.226280.67042
154BeninSub-Saharan Africa1553.3400.036560.286650.353860.319100.484500.080100.182601.63328
155SyriaMiddle East and Northern Africa1563.0060.050150.663200.474890.721930.156840.189060.471790.32858
156BurundiSub-Saharan Africa1572.9050.086580.015300.415870.223960.118500.100620.197271.83302
157TogoSub-Saharan Africa1582.8390.067270.208680.139950.284430.364530.107310.166811.56726
\n", "
" ], "text/plain": [ " Country Region \\\n", "0 Switzerland Western Europe \n", "1 Iceland Western Europe \n", "2 Denmark Western Europe \n", "3 Norway Western Europe \n", "4 Canada North America \n", "5 Finland Western Europe \n", "6 Netherlands Western Europe \n", "7 Sweden Western Europe \n", "8 New Zealand Australia and New Zealand \n", "9 Australia Australia and New Zealand \n", "10 Israel Middle East and Northern Africa \n", "11 Costa Rica Latin America and Caribbean \n", "12 Austria Western Europe \n", "13 Mexico Latin America and Caribbean \n", "14 United States North America \n", "15 Brazil Latin America and Caribbean \n", "16 Luxembourg Western Europe \n", "17 Ireland Western Europe \n", "18 Belgium Western Europe \n", "19 United Arab Emirates Middle East and Northern Africa \n", "20 United Kingdom Western Europe \n", "21 Oman Middle East and Northern Africa \n", "22 Venezuela Latin America and Caribbean \n", "23 Singapore Southeastern Asia \n", "24 Panama Latin America and Caribbean \n", "25 Germany Western Europe \n", "26 Chile Latin America and Caribbean \n", "27 Qatar Middle East and Northern Africa \n", "28 France Western Europe \n", "29 Argentina Latin America and Caribbean \n", "30 Czech Republic Central and Eastern Europe \n", "31 Uruguay Latin America and Caribbean \n", "32 Colombia Latin America and Caribbean \n", "33 Thailand Southeastern Asia \n", "34 Saudi Arabia Middle East and Northern Africa \n", "35 Spain Western Europe \n", "36 Malta Western Europe \n", "37 Taiwan Eastern Asia \n", "38 Kuwait Middle East and Northern Africa \n", "39 Suriname Latin America and Caribbean \n", "40 Trinidad and Tobago Latin America and Caribbean \n", "41 El Salvador Latin America and Caribbean \n", "42 Guatemala Latin America and Caribbean \n", "43 Uzbekistan Central and Eastern Europe \n", "44 Slovakia Central and Eastern Europe \n", "45 Japan Eastern Asia \n", "46 South Korea Eastern Asia \n", "47 Ecuador Latin America and Caribbean \n", "48 Bahrain Middle East and Northern Africa \n", "49 Italy Western Europe \n", "50 Bolivia Latin America and Caribbean \n", "51 Moldova Central and Eastern Europe \n", "52 Paraguay Latin America and Caribbean \n", "53 Kazakhstan Central and Eastern Europe \n", "54 Slovenia Central and Eastern Europe \n", "55 Lithuania Central and Eastern Europe \n", "56 Nicaragua Latin America and Caribbean \n", "57 Peru Latin America and Caribbean \n", "58 Belarus Central and Eastern Europe \n", "59 Poland Central and Eastern Europe \n", "60 Malaysia Southeastern Asia \n", "61 Croatia Central and Eastern Europe \n", "62 Libya Middle East and Northern Africa \n", "63 Russia Central and Eastern Europe \n", "64 Jamaica Latin America and Caribbean \n", "65 North Cyprus Western Europe \n", "66 Cyprus Western Europe \n", "67 Algeria Middle East and Northern Africa \n", "68 Kosovo Central and Eastern Europe \n", "69 Turkmenistan Central and Eastern Europe \n", "70 Mauritius Sub-Saharan Africa \n", "71 Hong Kong Eastern Asia \n", "72 Estonia Central and Eastern Europe \n", "73 Indonesia Southeastern Asia \n", "74 Vietnam Southeastern Asia \n", "75 Turkey Middle East and Northern Africa \n", "76 Kyrgyzstan Central and Eastern Europe \n", "77 Nigeria Sub-Saharan Africa \n", "78 Bhutan Southern Asia \n", "79 Azerbaijan Central and Eastern Europe \n", "80 Pakistan Southern Asia \n", "81 Jordan Middle East and Northern Africa \n", "82 Montenegro Central and Eastern Europe \n", "83 China Eastern Asia \n", "84 Zambia Sub-Saharan Africa \n", "85 Romania Central and Eastern Europe \n", "86 Serbia Central and Eastern Europe \n", "87 Portugal Western Europe \n", "88 Latvia Central and Eastern Europe \n", "89 Philippines Southeastern Asia \n", "90 Somaliland region Sub-Saharan Africa \n", "91 Morocco Middle East and Northern Africa \n", "92 Macedonia Central and Eastern Europe \n", "93 Mozambique Sub-Saharan Africa \n", "94 Albania Central and Eastern Europe \n", "95 Bosnia and Herzegovina Central and Eastern Europe \n", "96 Lesotho Sub-Saharan Africa \n", "97 Dominican Republic Latin America and Caribbean \n", "98 Laos Southeastern Asia \n", "99 Mongolia Eastern Asia \n", "100 Swaziland Sub-Saharan Africa \n", "101 Greece Western Europe \n", "102 Lebanon Middle East and Northern Africa \n", "103 Hungary Central and Eastern Europe \n", "104 Honduras Latin America and Caribbean \n", "105 Tajikistan Central and Eastern Europe \n", "106 Tunisia Middle East and Northern Africa \n", "107 Palestinian Territories Middle East and Northern Africa \n", "108 Bangladesh Southern Asia \n", "109 Iran Middle East and Northern Africa \n", "110 Ukraine Central and Eastern Europe \n", "111 Iraq Middle East and Northern Africa \n", "112 South Africa Sub-Saharan Africa \n", "113 Ghana Sub-Saharan Africa \n", "114 Zimbabwe Sub-Saharan Africa \n", "115 Liberia Sub-Saharan Africa \n", "116 India Southern Asia \n", "117 Sudan Sub-Saharan Africa \n", "118 Haiti Latin America and Caribbean \n", "119 Congo (Kinshasa) Sub-Saharan Africa \n", "120 Nepal Southern Asia \n", "121 Ethiopia Sub-Saharan Africa \n", "122 Sierra Leone Sub-Saharan Africa \n", "123 Mauritania Sub-Saharan Africa \n", "124 Kenya Sub-Saharan Africa \n", "125 Djibouti Sub-Saharan Africa \n", "126 Armenia Central and Eastern Europe \n", "127 Botswana Sub-Saharan Africa \n", "128 Myanmar Southeastern Asia \n", "129 Georgia Central and Eastern Europe \n", "130 Malawi Sub-Saharan Africa \n", "131 Sri Lanka Southern Asia \n", "132 Cameroon Sub-Saharan Africa \n", "133 Bulgaria Central and Eastern Europe \n", "134 Egypt Middle East and Northern Africa \n", "135 Yemen Middle East and Northern Africa \n", "136 Angola Sub-Saharan Africa \n", "137 Mali Sub-Saharan Africa \n", "138 Congo (Brazzaville) Sub-Saharan Africa \n", "139 Comoros Sub-Saharan Africa \n", "140 Uganda Sub-Saharan Africa \n", "141 Senegal Sub-Saharan Africa \n", "142 Gabon Sub-Saharan Africa \n", "143 Niger Sub-Saharan Africa \n", "144 Cambodia Southeastern Asia \n", "145 Tanzania Sub-Saharan Africa \n", "146 Madagascar Sub-Saharan Africa \n", "147 Central African Republic Sub-Saharan Africa \n", "148 Chad Sub-Saharan Africa \n", "149 Guinea Sub-Saharan Africa \n", "150 Ivory Coast Sub-Saharan Africa \n", "151 Burkina Faso Sub-Saharan Africa \n", "152 Afghanistan Southern Asia \n", "153 Rwanda Sub-Saharan Africa \n", "154 Benin Sub-Saharan Africa \n", "155 Syria Middle East and Northern Africa \n", "156 Burundi Sub-Saharan Africa \n", "157 Togo Sub-Saharan Africa \n", "\n", " Happiness Rank Happiness Score Standard Error \\\n", "0 1 7.587 0.03411 \n", "1 2 7.561 0.04884 \n", "2 3 7.527 0.03328 \n", "3 4 7.522 0.03880 \n", "4 5 7.427 0.03553 \n", "5 6 7.406 0.03140 \n", "6 7 7.378 0.02799 \n", "7 8 7.364 0.03157 \n", "8 9 7.286 0.03371 \n", "9 10 7.284 0.04083 \n", "10 11 7.278 0.03470 \n", "11 12 7.226 0.04454 \n", "12 13 7.200 0.03751 \n", "13 14 7.187 0.04176 \n", "14 15 7.119 0.03839 \n", "15 16 6.983 0.04076 \n", "16 17 6.946 0.03499 \n", "17 18 6.940 0.03676 \n", "18 19 6.937 0.03595 \n", "19 20 6.901 0.03729 \n", "20 21 6.867 0.01866 \n", "21 22 6.853 0.05335 \n", "22 23 6.810 0.06476 \n", "23 24 6.798 0.03780 \n", "24 25 6.786 0.04910 \n", "25 26 6.750 0.01848 \n", "26 27 6.670 0.05800 \n", "27 28 6.611 0.06257 \n", "28 29 6.575 0.03512 \n", "29 30 6.574 0.04612 \n", "30 31 6.505 0.04168 \n", "31 32 6.485 0.04539 \n", "32 33 6.477 0.05051 \n", "33 34 6.455 0.03557 \n", "34 35 6.411 0.04633 \n", "35 36 6.329 0.03468 \n", "36 37 6.302 0.04206 \n", "37 38 6.298 0.03868 \n", "38 39 6.295 0.04456 \n", "39 40 6.269 0.09811 \n", "40 41 6.168 0.10895 \n", "41 42 6.130 0.05618 \n", "42 43 6.123 0.05224 \n", "43 44 6.003 0.04361 \n", "44 45 5.995 0.04267 \n", "45 46 5.987 0.03581 \n", "46 47 5.984 0.04098 \n", "47 48 5.975 0.04528 \n", "48 49 5.960 0.05412 \n", "49 50 5.948 0.03914 \n", "50 51 5.890 0.05642 \n", "51 52 5.889 0.03799 \n", "52 53 5.878 0.04563 \n", "53 54 5.855 0.04114 \n", "54 55 5.848 0.04251 \n", "55 56 5.833 0.03843 \n", "56 57 5.828 0.05371 \n", "57 58 5.824 0.04615 \n", "58 59 5.813 0.03938 \n", "59 60 5.791 0.04263 \n", "60 61 5.770 0.04330 \n", "61 62 5.759 0.04394 \n", "62 63 5.754 0.07832 \n", "63 64 5.716 0.03135 \n", "64 65 5.709 0.13693 \n", "65 66 5.695 0.05635 \n", "66 67 5.689 0.05580 \n", "67 68 5.605 0.05099 \n", "68 69 5.589 0.05018 \n", "69 70 5.548 0.04175 \n", "70 71 5.477 0.07197 \n", "71 72 5.474 0.05051 \n", "72 73 5.429 0.04013 \n", "73 74 5.399 0.02596 \n", "74 75 5.360 0.03107 \n", "75 76 5.332 0.03864 \n", "76 77 5.286 0.03823 \n", "77 78 5.268 0.04192 \n", "78 79 5.253 0.03225 \n", "79 80 5.212 0.03363 \n", "80 81 5.194 0.03726 \n", "81 82 5.192 0.04524 \n", "82 82 5.192 0.05235 \n", "83 84 5.140 0.02424 \n", "84 85 5.129 0.06988 \n", "85 86 5.124 0.06607 \n", "86 87 5.123 0.04864 \n", "87 88 5.102 0.04802 \n", "88 89 5.098 0.04640 \n", "89 90 5.073 0.04934 \n", "90 91 5.057 0.06161 \n", "91 92 5.013 0.03420 \n", "92 93 5.007 0.05376 \n", "93 94 4.971 0.07896 \n", "94 95 4.959 0.05013 \n", "95 96 4.949 0.06913 \n", "96 97 4.898 0.09438 \n", "97 98 4.885 0.07446 \n", "98 99 4.876 0.06698 \n", "99 100 4.874 0.03313 \n", "100 101 4.867 0.08742 \n", "101 102 4.857 0.05062 \n", "102 103 4.839 0.04337 \n", "103 104 4.800 0.06107 \n", "104 105 4.788 0.05648 \n", "105 106 4.786 0.03198 \n", "106 107 4.739 0.03589 \n", "107 108 4.715 0.04394 \n", "108 109 4.694 0.03077 \n", "109 110 4.686 0.04449 \n", "110 111 4.681 0.04412 \n", "111 112 4.677 0.05232 \n", "112 113 4.642 0.04585 \n", "113 114 4.633 0.04742 \n", "114 115 4.610 0.04290 \n", "115 116 4.571 0.11068 \n", "116 117 4.565 0.02043 \n", "117 118 4.550 0.06740 \n", "118 119 4.518 0.07331 \n", "119 120 4.517 0.03680 \n", "120 121 4.514 0.03607 \n", "121 122 4.512 0.03780 \n", "122 123 4.507 0.07068 \n", "123 124 4.436 0.03947 \n", "124 125 4.419 0.04734 \n", "125 126 4.369 0.08096 \n", "126 127 4.350 0.04763 \n", "127 128 4.332 0.04934 \n", "128 129 4.307 0.04351 \n", "129 130 4.297 0.04221 \n", "130 131 4.292 0.06130 \n", "131 132 4.271 0.03751 \n", "132 133 4.252 0.04678 \n", "133 134 4.218 0.04828 \n", "134 135 4.194 0.03260 \n", "135 136 4.077 0.04367 \n", "136 137 4.033 0.04758 \n", "137 138 3.995 0.05602 \n", "138 139 3.989 0.06682 \n", "139 140 3.956 0.04797 \n", "140 141 3.931 0.04317 \n", "141 142 3.904 0.03608 \n", "142 143 3.896 0.04547 \n", "143 144 3.845 0.03602 \n", "144 145 3.819 0.05069 \n", "145 146 3.781 0.05061 \n", "146 147 3.681 0.03633 \n", "147 148 3.678 0.06112 \n", "148 149 3.667 0.03830 \n", "149 150 3.656 0.03590 \n", "150 151 3.655 0.05141 \n", "151 152 3.587 0.04324 \n", "152 153 3.575 0.03084 \n", "153 154 3.465 0.03464 \n", "154 155 3.340 0.03656 \n", "155 156 3.006 0.05015 \n", "156 157 2.905 0.08658 \n", "157 158 2.839 0.06727 \n", "\n", " Economy (GDP per Capita) Family Health (Life Expectancy) Freedom \\\n", "0 1.39651 1.34951 0.94143 0.66557 \n", "1 1.30232 1.40223 0.94784 0.62877 \n", "2 1.32548 1.36058 0.87464 0.64938 \n", "3 1.45900 1.33095 0.88521 0.66973 \n", "4 1.32629 1.32261 0.90563 0.63297 \n", "5 1.29025 1.31826 0.88911 0.64169 \n", "6 1.32944 1.28017 0.89284 0.61576 \n", "7 1.33171 1.28907 0.91087 0.65980 \n", "8 1.25018 1.31967 0.90837 0.63938 \n", "9 1.33358 1.30923 0.93156 0.65124 \n", "10 1.22857 1.22393 0.91387 0.41319 \n", "11 0.95578 1.23788 0.86027 0.63376 \n", "12 1.33723 1.29704 0.89042 0.62433 \n", "13 1.02054 0.91451 0.81444 0.48181 \n", "14 1.39451 1.24711 0.86179 0.54604 \n", "15 0.98124 1.23287 0.69702 0.49049 \n", "16 1.56391 1.21963 0.91894 0.61583 \n", "17 1.33596 1.36948 0.89533 0.61777 \n", "18 1.30782 1.28566 0.89667 0.58450 \n", "19 1.42727 1.12575 0.80925 0.64157 \n", "20 1.26637 1.28548 0.90943 0.59625 \n", "21 1.36011 1.08182 0.76276 0.63274 \n", "22 1.04424 1.25596 0.72052 0.42908 \n", "23 1.52186 1.02000 1.02525 0.54252 \n", "24 1.06353 1.19850 0.79661 0.54210 \n", "25 1.32792 1.29937 0.89186 0.61477 \n", "26 1.10715 1.12447 0.85857 0.44132 \n", "27 1.69042 1.07860 0.79733 0.64040 \n", "28 1.27778 1.26038 0.94579 0.55011 \n", "29 1.05351 1.24823 0.78723 0.44974 \n", "30 1.17898 1.20643 0.84483 0.46364 \n", "31 1.06166 1.20890 0.81160 0.60362 \n", "32 0.91861 1.24018 0.69077 0.53466 \n", "33 0.96690 1.26504 0.73850 0.55664 \n", "34 1.39541 1.08393 0.72025 0.31048 \n", "35 1.23011 1.31379 0.95562 0.45951 \n", "36 1.20740 1.30203 0.88721 0.60365 \n", "37 1.29098 1.07617 0.87530 0.39740 \n", "38 1.55422 1.16594 0.72492 0.55499 \n", "39 0.99534 0.97200 0.60820 0.59657 \n", "40 1.21183 1.18354 0.61483 0.55884 \n", "41 0.76454 1.02507 0.67737 0.40350 \n", "42 0.74553 1.04356 0.64425 0.57733 \n", "43 0.63244 1.34043 0.59772 0.65821 \n", "44 1.16891 1.26999 0.78902 0.31751 \n", "45 1.27074 1.25712 0.99111 0.49615 \n", "46 1.24461 0.95774 0.96538 0.33208 \n", "47 0.86402 0.99903 0.79075 0.48574 \n", "48 1.32376 1.21624 0.74716 0.45492 \n", "49 1.25114 1.19777 0.95446 0.26236 \n", "50 0.68133 0.97841 0.53920 0.57414 \n", "51 0.59448 1.01528 0.61826 0.32818 \n", "52 0.75985 1.30477 0.66098 0.53899 \n", "53 1.12254 1.12241 0.64368 0.51649 \n", "54 1.18498 1.27385 0.87337 0.60855 \n", "55 1.14723 1.25745 0.73128 0.21342 \n", "56 0.59325 1.14184 0.74314 0.55475 \n", "57 0.90019 0.97459 0.73017 0.41496 \n", "58 1.03192 1.23289 0.73608 0.37938 \n", "59 1.12555 1.27948 0.77903 0.53122 \n", "60 1.12486 1.07023 0.72394 0.53024 \n", "61 1.08254 0.79624 0.78805 0.25883 \n", "62 1.13145 1.11862 0.70380 0.41668 \n", "63 1.13764 1.23617 0.66926 0.36679 \n", "64 0.81038 1.15102 0.68741 0.50442 \n", "65 1.20806 1.07008 0.92356 0.49027 \n", "66 1.20813 0.89318 0.92356 0.40672 \n", "67 0.93929 1.07772 0.61766 0.28579 \n", "68 0.80148 0.81198 0.63132 0.24749 \n", "69 0.95847 1.22668 0.53886 0.47610 \n", "70 1.00761 0.98521 0.70950 0.56066 \n", "71 1.38604 1.05818 1.01328 0.59608 \n", "72 1.15174 1.22791 0.77361 0.44888 \n", "73 0.82827 1.08708 0.63793 0.46611 \n", "74 0.63216 0.91226 0.74676 0.59444 \n", "75 1.06098 0.94632 0.73172 0.22815 \n", "76 0.47428 1.15115 0.65088 0.43477 \n", "77 0.65435 0.90432 0.16007 0.34334 \n", "78 0.77042 1.10395 0.57407 0.53206 \n", "79 1.02389 0.93793 0.64045 0.37030 \n", "80 0.59543 0.41411 0.51466 0.12102 \n", "81 0.90198 1.05392 0.69639 0.40661 \n", "82 0.97438 0.90557 0.72521 0.18260 \n", "83 0.89012 0.94675 0.81658 0.51697 \n", "84 0.47038 0.91612 0.29924 0.48827 \n", "85 1.04345 0.88588 0.76890 0.35068 \n", "86 0.92053 1.00964 0.74836 0.20107 \n", "87 1.15991 1.13935 0.87519 0.51469 \n", "88 1.11312 1.09562 0.72437 0.29671 \n", "89 0.70532 1.03516 0.58114 0.62545 \n", "90 0.18847 0.95152 0.43873 0.46582 \n", "91 0.73479 0.64095 0.60954 0.41691 \n", "92 0.91851 1.00232 0.73545 0.33457 \n", "93 0.08308 1.02626 0.09131 0.34037 \n", "94 0.87867 0.80434 0.81325 0.35733 \n", "95 0.83223 0.91916 0.79081 0.09245 \n", "96 0.37545 1.04103 0.07612 0.31767 \n", "97 0.89537 1.17202 0.66825 0.57672 \n", "98 0.59066 0.73803 0.54909 0.59591 \n", "99 0.82819 1.30060 0.60268 0.43626 \n", "100 0.71206 1.07284 0.07566 0.30658 \n", "101 1.15406 0.92933 0.88213 0.07699 \n", "102 1.02564 0.80001 0.83947 0.33916 \n", "103 1.12094 1.20215 0.75905 0.32112 \n", "104 0.59532 0.95348 0.69510 0.40148 \n", "105 0.39047 0.85563 0.57379 0.47216 \n", "106 0.88113 0.60429 0.73793 0.26268 \n", "107 0.59867 0.92558 0.66015 0.24499 \n", "108 0.39753 0.43106 0.60164 0.40820 \n", "109 1.00880 0.54447 0.69805 0.30033 \n", "110 0.79907 1.20278 0.67390 0.25123 \n", "111 0.98549 0.81889 0.60237 0.00000 \n", "112 0.92049 1.18468 0.27688 0.33207 \n", "113 0.54558 0.67954 0.40132 0.42342 \n", "114 0.27100 1.03276 0.33475 0.25861 \n", "115 0.07120 0.78968 0.34201 0.28531 \n", "116 0.64499 0.38174 0.51529 0.39786 \n", "117 0.52107 1.01404 0.36878 0.10081 \n", "118 0.26673 0.74302 0.38847 0.24425 \n", "119 0.00000 1.00120 0.09806 0.22605 \n", "120 0.35997 0.86449 0.56874 0.38282 \n", "121 0.19073 0.60406 0.44055 0.43450 \n", "122 0.33024 0.95571 0.00000 0.40840 \n", "123 0.45407 0.86908 0.35874 0.24232 \n", "124 0.36471 0.99876 0.41435 0.42215 \n", "125 0.44025 0.59207 0.36291 0.46074 \n", "126 0.76821 0.77711 0.72990 0.19847 \n", "127 0.99355 1.10464 0.04776 0.49495 \n", "128 0.27108 0.70905 0.48246 0.44017 \n", "129 0.74190 0.38562 0.72926 0.40577 \n", "130 0.01604 0.41134 0.22562 0.43054 \n", "131 0.83524 1.01905 0.70806 0.53726 \n", "132 0.42250 0.88767 0.23402 0.49309 \n", "133 1.01216 1.10614 0.76649 0.30587 \n", "134 0.88180 0.74700 0.61712 0.17288 \n", "135 0.54649 0.68093 0.40064 0.35571 \n", "136 0.75778 0.86040 0.16683 0.10384 \n", "137 0.26074 1.03526 0.20583 0.38857 \n", "138 0.67866 0.66290 0.31051 0.41466 \n", "139 0.23906 0.79273 0.36315 0.22917 \n", "140 0.21102 1.13299 0.33861 0.45727 \n", "141 0.36498 0.97619 0.43540 0.36772 \n", "142 1.06024 0.90528 0.43372 0.31914 \n", "143 0.06940 0.77265 0.29707 0.47692 \n", "144 0.46038 0.62736 0.61114 0.66246 \n", "145 0.28520 1.00268 0.38215 0.32878 \n", "146 0.20824 0.66801 0.46721 0.19184 \n", "147 0.07850 0.00000 0.06699 0.48879 \n", "148 0.34193 0.76062 0.15010 0.23501 \n", "149 0.17417 0.46475 0.24009 0.37725 \n", "150 0.46534 0.77115 0.15185 0.46866 \n", "151 0.25812 0.85188 0.27125 0.39493 \n", "152 0.31982 0.30285 0.30335 0.23414 \n", "153 0.22208 0.77370 0.42864 0.59201 \n", "154 0.28665 0.35386 0.31910 0.48450 \n", "155 0.66320 0.47489 0.72193 0.15684 \n", "156 0.01530 0.41587 0.22396 0.11850 \n", "157 0.20868 0.13995 0.28443 0.36453 \n", "\n", " Trust (Government Corruption) Generosity Dystopia Residual \n", "0 0.41978 0.29678 2.51738 \n", "1 0.14145 0.43630 2.70201 \n", "2 0.48357 0.34139 2.49204 \n", "3 0.36503 0.34699 2.46531 \n", "4 0.32957 0.45811 2.45176 \n", "5 0.41372 0.23351 2.61955 \n", "6 0.31814 0.47610 2.46570 \n", "7 0.43844 0.36262 2.37119 \n", "8 0.42922 0.47501 2.26425 \n", "9 0.35637 0.43562 2.26646 \n", "10 0.07785 0.33172 3.08854 \n", "11 0.10583 0.25497 3.17728 \n", "12 0.18676 0.33088 2.53320 \n", "13 0.21312 0.14074 3.60214 \n", "14 0.15890 0.40105 2.51011 \n", "15 0.17521 0.14574 3.26001 \n", "16 0.37798 0.28034 1.96961 \n", "17 0.28703 0.45901 1.97570 \n", "18 0.22540 0.22250 2.41484 \n", "19 0.38583 0.26428 2.24743 \n", "20 0.32067 0.51912 1.96994 \n", "21 0.32524 0.21542 2.47489 \n", "22 0.11069 0.05841 3.19131 \n", "23 0.49210 0.31105 1.88501 \n", "24 0.09270 0.24434 2.84848 \n", "25 0.21843 0.28214 2.11569 \n", "26 0.12869 0.33363 2.67585 \n", "27 0.52208 0.32573 1.55674 \n", "28 0.20646 0.12332 2.21126 \n", "29 0.08484 0.11451 2.83600 \n", "30 0.02652 0.10686 2.67782 \n", "31 0.24558 0.23240 2.32142 \n", "32 0.05120 0.18401 2.85737 \n", "33 0.03187 0.57630 2.31945 \n", "34 0.32524 0.13706 2.43872 \n", "35 0.06398 0.18227 2.12367 \n", "36 0.13586 0.51752 1.64880 \n", "37 0.08129 0.25376 2.32323 \n", "38 0.25609 0.16228 1.87634 \n", "39 0.13633 0.16991 2.79094 \n", "40 0.01140 0.31844 2.26882 \n", "41 0.11776 0.10692 3.03500 \n", "42 0.09472 0.27489 2.74255 \n", "43 0.30826 0.22837 2.23741 \n", "44 0.03431 0.16893 2.24639 \n", "45 0.18060 0.10705 1.68435 \n", "46 0.07857 0.18557 2.21978 \n", "47 0.18090 0.11541 2.53942 \n", "48 0.30600 0.17362 1.73797 \n", "49 0.02901 0.22823 2.02518 \n", "50 0.08800 0.20536 2.82334 \n", "51 0.01615 0.20951 3.10712 \n", "52 0.08242 0.34240 2.18896 \n", "53 0.08454 0.11827 2.24729 \n", "54 0.03787 0.25328 1.61583 \n", "55 0.01031 0.02641 2.44649 \n", "56 0.19317 0.27815 2.32407 \n", "57 0.05989 0.14982 2.59450 \n", "58 0.19090 0.11046 2.13090 \n", "59 0.04212 0.16759 1.86565 \n", "60 0.10501 0.33075 1.88541 \n", "61 0.02430 0.05444 2.75414 \n", "62 0.11023 0.18295 2.09066 \n", "63 0.03005 0.00199 2.27394 \n", "64 0.02299 0.21230 2.32038 \n", "65 0.14280 0.26169 1.59888 \n", "66 0.06146 0.30638 1.88931 \n", "67 0.17383 0.07822 2.43209 \n", "68 0.04741 0.28310 2.76579 \n", "69 0.30844 0.16979 1.86984 \n", "70 0.07521 0.37744 1.76145 \n", "71 0.37124 0.39478 0.65429 \n", "72 0.15184 0.08680 1.58782 \n", "73 0.00000 0.51535 1.86399 \n", "74 0.10441 0.16860 2.20173 \n", "75 0.15746 0.12253 2.08528 \n", "76 0.04232 0.30030 2.23270 \n", "77 0.04030 0.27233 2.89319 \n", "78 0.15445 0.47998 1.63794 \n", "79 0.16065 0.07799 2.00073 \n", "80 0.10464 0.33671 3.10709 \n", "81 0.14293 0.11053 1.87996 \n", "82 0.14296 0.16140 2.10017 \n", "83 0.02781 0.08185 1.86040 \n", "84 0.12468 0.19591 2.63430 \n", "85 0.00649 0.13748 1.93129 \n", "86 0.02617 0.19231 2.02500 \n", "87 0.01078 0.13719 1.26462 \n", "88 0.06332 0.18226 1.62215 \n", "89 0.12279 0.24991 1.75360 \n", "90 0.39928 0.50318 2.11032 \n", "91 0.08546 0.07172 2.45373 \n", "92 0.05327 0.22359 1.73933 \n", "93 0.15603 0.22269 3.05137 \n", "94 0.06413 0.14272 1.89894 \n", "95 0.00227 0.24808 2.06367 \n", "96 0.12504 0.16388 2.79832 \n", "97 0.14234 0.21684 1.21305 \n", "98 0.24249 0.42192 1.73799 \n", "99 0.02666 0.33230 1.34759 \n", "100 0.03060 0.18259 2.48676 \n", "101 0.01397 0.00000 1.80101 \n", "102 0.04582 0.21854 1.57059 \n", "103 0.02758 0.12800 1.24074 \n", "104 0.06825 0.23027 1.84408 \n", "105 0.15072 0.22974 2.11399 \n", "106 0.06358 0.06431 2.12466 \n", "107 0.12905 0.11251 2.04384 \n", "108 0.12569 0.21222 2.51767 \n", "109 0.05863 0.38086 1.69440 \n", "110 0.02961 0.15275 1.57140 \n", "111 0.13788 0.17922 1.95335 \n", "112 0.08884 0.11973 1.71956 \n", "113 0.04355 0.23087 2.30919 \n", "114 0.08079 0.18987 2.44191 \n", "115 0.06232 0.24362 2.77729 \n", "116 0.08492 0.26475 2.27513 \n", "117 0.14660 0.19062 2.20857 \n", "118 0.17175 0.46187 2.24173 \n", "119 0.07625 0.24834 2.86712 \n", "120 0.05907 0.32296 1.95637 \n", "121 0.15048 0.24325 2.44876 \n", "122 0.08786 0.21488 2.51009 \n", "123 0.17461 0.21900 2.11773 \n", "124 0.05839 0.37542 1.78555 \n", "125 0.28105 0.18093 2.05125 \n", "126 0.03900 0.07855 1.75873 \n", "127 0.12474 0.10461 1.46181 \n", "128 0.19034 0.79588 1.41805 \n", "129 0.38331 0.05547 1.59541 \n", "130 0.06977 0.33128 2.80791 \n", "131 0.09179 0.40828 0.67108 \n", "132 0.05786 0.20618 1.95071 \n", "133 0.00872 0.11921 0.89991 \n", "134 0.06324 0.11291 1.59927 \n", "135 0.07854 0.09131 1.92313 \n", "136 0.07122 0.12344 1.94939 \n", "137 0.12352 0.18798 1.79293 \n", "138 0.11686 0.12388 1.68135 \n", "139 0.19900 0.17441 1.95812 \n", "140 0.07267 0.29066 1.42766 \n", "141 0.10713 0.20843 1.44395 \n", "142 0.11091 0.06822 0.99895 \n", "143 0.15639 0.19387 1.87877 \n", "144 0.07247 0.40359 0.98195 \n", "145 0.05747 0.34377 1.38079 \n", "146 0.08124 0.21333 1.85100 \n", "147 0.08289 0.23835 2.72230 \n", "148 0.05269 0.18386 1.94296 \n", "149 0.12139 0.28657 1.99172 \n", "150 0.17922 0.20165 1.41723 \n", "151 0.12832 0.21747 1.46494 \n", "152 0.09719 0.36510 1.95210 \n", "153 0.55191 0.22628 0.67042 \n", "154 0.08010 0.18260 1.63328 \n", "155 0.18906 0.47179 0.32858 \n", "156 0.10062 0.19727 1.83302 \n", "157 0.10731 0.16681 1.56726 " ] }, "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ "display(pre(\"Note: This data is sampled\"))\n", "df" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "There's much more we want to do with this (as well as shake out bugs). There are several ways to reach us about this component:\n", "\n", "* [Write an issue on Github](https://github.com/nteract/nteract/issues/new) and label it `data-explorer`\n", "* Tweet [@nteractio](https://twitter.com/nteractio) and/or [@elijah_meeks](https://twitter.com/elijah_meeks)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [] } ], "metadata": { "kernel_info": { "name": "python3" }, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.2" }, "nteract": { "version": "nteract-on-jupyter@2.0.4" } }, "nbformat": 4, "nbformat_minor": 2 }