buraktrk commited on
Commit
603707d
Β·
verified Β·
1 Parent(s): 76c544f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -27,7 +27,7 @@ By analyzing key **economic indicators alongside social well-being factors**, th
27
  ---
28
 
29
  ## **πŸ“Œ Content**
30
- This dataset is provided in **CSV format** and includes **17 columns**, covering both **happiness-related features** and **economic indicators** such as GDP per capita, inflation rates, and corruption perception.
31
 
32
  **Main Features:**
33
  - **Happiness Score & Rank** πŸ“Š *(World Happiness Index ranking per country)*
@@ -45,7 +45,7 @@ The **WHI_Inflation.csv** file contains structured tabular data that integrates
45
  βœ” **Machine Learning applications** – Regression models to predict happiness based on economic conditions.
46
  βœ” **Social and Economic Research** – Analyzing the effects of GDP, inflation, and corruption perception on happiness levels.
47
 
48
- **This dataset includes 17 columns, each representing aspects of happiness and economic well-being.**
49
 
50
  ---
51
 
@@ -54,11 +54,10 @@ The **WHI_Inflation.csv** file contains structured tabular data that integrates
54
  |-------------|------------|
55
  | **Country** | The name of the country where the data is recorded. |
56
  | **Year** | The year in which the happiness and economic data were collected (2015-2023). |
57
- | **Rank** | The country's rank in the World Happiness Index, where 1 represents the happiest country. |
58
  | **Score** | The overall happiness score of the country, ranging from 1 (least happy) to 10 (happiest). |
59
- | **GDP per Capita** | The country's Gross Domestic Product (GDP) per capita. |
60
  | **Social Support** | A measure of how well individuals are supported by family, friends, and social networks. |
61
- | **Healthy Life Expectancy** | The expected number of healthy years a newborn is anticipated to live. |
62
  | **Freedom to Make Life Choices** | The level of freedom individuals feel in making life choices. |
63
  | **Generosity** | A metric representing the extent of charitable donations and social contributions in the country. |
64
  | **Perceptions of Corruption** | A measure of corruption perception in government and businesses (higher values indicate lower corruption). |
 
27
  ---
28
 
29
  ## **πŸ“Œ Content**
30
+ This dataset is provided in **CSV format** and includes **16 columns**, covering both **happiness-related features** and **economic indicators** such as GDP per capita, inflation rates, and corruption perception.
31
 
32
  **Main Features:**
33
  - **Happiness Score & Rank** πŸ“Š *(World Happiness Index ranking per country)*
 
45
  βœ” **Machine Learning applications** – Regression models to predict happiness based on economic conditions.
46
  βœ” **Social and Economic Research** – Analyzing the effects of GDP, inflation, and corruption perception on happiness levels.
47
 
48
+ **This dataset includes 16 columns, each representing aspects of happiness and economic well-being.**
49
 
50
  ---
51
 
 
54
  |-------------|------------|
55
  | **Country** | The name of the country where the data is recorded. |
56
  | **Year** | The year in which the happiness and economic data were collected (2015-2023). |
 
57
  | **Score** | The overall happiness score of the country, ranging from 1 (least happy) to 10 (happiest). |
58
+ | **GDP per Capita** | The Normalized Gross Domestic Product (GDP) per capita of the country. |
59
  | **Social Support** | A measure of how well individuals are supported by family, friends, and social networks. |
60
+ | **Healthy Life Expectancy** | The expected normalized time of healthy life at birth. |
61
  | **Freedom to Make Life Choices** | The level of freedom individuals feel in making life choices. |
62
  | **Generosity** | A metric representing the extent of charitable donations and social contributions in the country. |
63
  | **Perceptions of Corruption** | A measure of corruption perception in government and businesses (higher values indicate lower corruption). |