World Happiness Report Analysis

This repository contains an analysis of the World Happiness Report dataset. The data is derived from the Gallup World Poll and measures various factors that contribute to happiness, including economic production, social support, life expectancy, freedom, perceptions of corruption and generosity.

Dataset

The dataset can be found here.

Columns Description

  • Life Ladder: Scale of individuals' self-evaluated happiness.
  • Log GDP per capita: Logarithmic value of a country's Gross Domestic Product (GDP) per capita, used as an indicator of economic welfare.
  • Social support: Degree of assistance provided to individuals.
  • Healthy life expectancy at birth: Average number of years a person is expected to live in good health from birth.
  • Freedom to make life choices: Degree to which individuals have the freedom to make choices in their lives.
  • Generosity: Tendency of individuals to help others and the prevalence of this behavior in society.
  • Perceptions of corruption: Degree of perceived corruption in society.

Analysis Content

The analysis of the dataset includes the following steps:

  1. Understanding and Summarizing the Dataset

    • Loading the dataset
    • Exploring the basic structure and summary statistics of the data
  2. Handling Missing Data

    • Identifying missing values
    • Filling or imputing missing values appropriately
  3. Data Visualization

    • Visualizing key variables and relationships using plots and charts
  4. Bivariate Analysis

    • Analyzing relationships between pairs of variables
  5. Correlation Analysis

    • Calculating and interpreting correlations between variables
  6. Multivariate Data Analysis

    • Exploring relationships involving multiple variables simultaneously
  7. Outlier Analysis

    • Detecting and handling outliers in the data
  8. Time Series Analysis

    • Analyzing the trends and patterns over time