Karish1 commited on
Commit
a205a6b
·
verified ·
1 Parent(s): cbc85fc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # World Happiness Analysis — README
2
+
3
+ ## Project Summary
4
+ This project explores the World Happiness dataset to understand the factors that most strongly influence happiness across different regions of the world.
5
+
6
+ We examine:
7
+ - Economic indicators
8
+ - Social indicators
9
+ - Health levels
10
+ - Institutional trust
11
+ - Cultural differences between regions
12
+ - Outliers and unique country behaviors
13
+
14
+
15
+ ## Dataset Overview
16
+ - Source: World Happiness Report
17
+ - Rows: 1232
18
+ - Columns: 16
19
+ - Key variables include:
20
+ - Happiness Score
21
+ - GDP per Capita
22
+ - Social Support
23
+ - Life Expectancy
24
+ - Freedom
25
+ - Generosity
26
+ - Perception of Corruption (Institutional Trust)
27
+
28
+
29
+ ## Key Questions
30
+ - What factors influence happiness the most?
31
+ - Are all the regions reacting similarly to GDP Changes?
32
+ - Is GDP per Capita important for the happiness of Western Europe, and Latin America and Carribean?
33
+ - How do patterns differ between regions: developed and developping regions?
34
+ - Why do MENA and Western Europe value generosity more than other factors?
35
+ - Which countries behave similarly to Finland (happy) and to Afghanistan (unhappy)?
36
+ - What is the role of corruption perception?
37
+
38
+ ## 📈 Visualizations:
39
+
40
+ ### 1.Main factor for happiness
41
+ ![happiness factors](https://cdn-uploads.huggingface.co/production/uploads/691478b16066c85edf046dd8/c3Q-hwcj3w4EH1pH42-2Q.png)
42
+
43
+ ### 2.Influence of GDP rate on happiness
44
+ ![Correlation GDP & Happiness](https://cdn-uploads.huggingface.co/production/uploads/691478b16066c85edf046dd8/YDby4kbHdqZg7ZNRuJvb0.png)
45
+
46
+ ### 3.Western Europe- present vs lacking factors happiness increasement
47
+ ![Western Europe happiness factors](https://cdn-uploads.huggingface.co/production/uploads/691478b16066c85edf046dd8/bdKZdXUK9kR0ArlJXqa3E.png)
48
+
49
+ ### 4.MENA happiness factors valuation
50
+ ![MENA happiness](https://cdn-uploads.huggingface.co/production/uploads/691478b16066c85edf046dd8/MezV2E4wnaIC-lcvVzJYb.png)
51
+
52
+ ### 5.Freedom and happiness
53
+ ![Freedom and hapiness](https://cdn-uploads.huggingface.co/production/uploads/691478b16066c85edf046dd8/erLpYmG6Tv_9fGBRhVm7v.png)
54
+
55
+ ### 6.Institutional trust and happiness
56
+ ![Institutional trust and happiness](https://cdn-uploads.huggingface.co/production/uploads/691478b16066c85edf046dd8/0k4upimQzusvbhyWOXux-.png)
57
+
58
+
59
+
60
+ ## 🧠 Insights
61
+
62
+ - GDP per Capita, Healthy Life Expectancy, and Social Support remain the strongest and most consistent
63
+ predictors of global happiness.
64
+
65
+ - Generosity becomes influential only in specific contexts:
66
+ 1. in high-income, stable societies where basic needs are already fully met,
67
+ 2. and in MENA, where cultural and religious traditions make giving a centralcomponent of
68
+ social identity and emotional well-being.
69
+
70
+ - Institutional trust is a key driver of happiness in developed regions, where citizens’ confidence in
71
+ public services, governance, and fairness directly strengthens feelings of freedom and life satisfaction.
72
+
73
+ - Western Europe demonstrates the strongest alignment between freedom, institutional trust, and happiness,
74
+ reflecting high transparency, effective governance, consistent social support systems, and a stable environment
75
+ where psychological and civic factors drive well-being.
76
+
77
+
78
+ ## ✅ Conclusions
79
+ - Trust, Health, and Economic Security are universal happiness drivers.
80
+ - Cultural and survival differences strongly modify how correlations appear.
81
+ - Developing vs developed countries: must be analyzed separately.
82
+ - Data interpretation must consider cultural context (e.g., generosity, corruption.)