Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elishah-john/happiness-report-2019

Analysis of "Happiness Report 2019" using python.
https://github.com/elishah-john/happiness-report-2019

data-analysis data-visualization educational jupyter-notebook python

Last synced: 9 days ago
JSON representation

Analysis of "Happiness Report 2019" using python.

Awesome Lists containing this project

README

        

# 🌍 World Happiness Report 2019 Analysis

This repository contains an analysis of the **World Happiness Report 2019** dataset, focusing on identifying factors that influence happiness. The project uses Python and popular data analysis libraries to uncover insights through data exploration and visualization.

---

## 📌 Objectives

- Understand what factors have the greatest impact on happiness.
- Explore relationships between key feilds such as corruption, generosity, and happiness scores.
- Visualize the data for better interpretation and understanding.
- Provide insights into the determinants of societal happiness.

---

## 🛠️ Tools & Libraries

The project utilizes the following Python libraries:
- `pandas` for data manipulation and analysis.
- `numpy` for numerical operations.
- `matplotlib` and `seaborn` for data visualization.

---
## 📊 Dataset

The dataset used in this analysis is the **World Happiness Report 2019**.
You can download the dataset from [Kaggle](https://www.kaggle.com/unsdsn/world-happiness) or directly use the preloaded path in the notebook.

---
## 🖥️ How to Run the Notebook

1. Clone this repository:
```bash
git clone https://github.com/Elishah-John/Happiness-Report-2019.git

2. Install required libraries:
```bash
pip install -r requirements.txt

3. Open the notebook:
```bash
jupyter notebook world-happiness-2019.ipynb
cd world-happiness-2019

4. Run the notebook cells sequentially.

5. The dataset (World Happiness Report 2019.csv) is already included in the repository, so no additional downloads are necessary. The notebook will automatically read the file from the same directory.

---
## 🤝 Contributing

Contributions are welcome! Please feel free to submit issues or pull requests to improve this project.

---
## 📜 License

This project is licensed under the CC BY-SA 4.0 License. See the [License](LICENSE.txt) file for details.

---
## 📬 Contact

If you have any questions or suggestions, feel free to reach out:
- **Email**: [email protected]
- **LinkedIn**: http://www.linkedin.com/in/elishah-johnej

---