df = read.csv("https://raw.githubusercontent.com/ahmedmoustafa/datasets/main/happiness/happiness2019.csv")
head(df)
country | category | score | gdp_per_capita | social_support | healthy_life_expectancy | freedom_to_make_life_choices | generosity | perceptions_of_corruption |
---|---|---|---|---|---|---|---|---|
Afghanistan | Underdeveloped | 3.203 | 0.350 | 0.517 | 0.361 | 0.000 | 0.158 | 0.025 |
Albania | Transitioning | 4.719 | 0.947 | 0.848 | 0.874 | 0.383 | 0.178 | 0.027 |
Algeria | Developing | 5.211 | 1.002 | 1.160 | 0.785 | 0.086 | 0.073 | 0.114 |
Argentina | Developing | 6.086 | 1.092 | 1.432 | 0.881 | 0.471 | 0.066 | 0.050 |
Armenia | Transitioning | 4.559 | 0.850 | 1.055 | 0.815 | 0.283 | 0.095 | 0.064 |
Australia | Developed | 7.228 | 1.372 | 1.548 | 1.036 | 0.557 | 0.332 | 0.290 |