The project includes world happiness analysis over 5 years (2015-2019). The data come from 'World happiness report' and analysis has been done with SQL and python libraries.
The dataset contains details of the 'World Happiness report' reports from five years (2015-2019). It comes from Kaggle and can be find here.
- Report analysis from 2015-2017 years - happiness_part_1.ipynb
- Report analysis from 2018-2019 years - happiness_part_2.ipynb
- Python script to put data to sql database - data_to_database.py
The project is created with:
- Python 3.6,
- libraries: pandas, matplotlib, seaborn.
- SQL: SQLite3.
Running the project:
To run this project use Jupyter Notebook or Google Colab.
You can run the scripts in the terminal:
data_to_database.py