Welcome to the CM2015 Programming With Data Assignment Project! This repository contains analyses and insights based on datasets about global statistics, focusing on countries, continents, GDP, demographics, and happiness.
This project explores and analyses data to uncover patterns and trends in:
- Country and continent relationships.
- Global GDP figures.
- Elderly population percentages.
- Fertility rates (births per woman).
- World Happiness Index rankings.
The results are presented using Python, data visualisation techniques, and statistical methods.
Kaibo_PwD_assignment.ipynb
: Main Jupyter Notebook containing code and analyses.- Datasets:
countries_data.csv
- Data on countries and continents.GDP.csv
- GDP figures (current US$).elderly_pop.csv
- Percentage of population aged 65 and above.birth_rate.csv
- Fertility rate (births per woman).happiness_index.csv
- World Happiness Index data.
- Visuals:
logo.jpg
- Project logo.world_shape.jpg
- World map for reference.
- Other Files:
requirements.txt
- Dependencies required for running the project.pwd_data.txt
- Additional notes.
- Source: Statistics Times
- Copyright: Terms and conditions as of 23 Dec 2023.
- Source: The World Bank
- Copyright: Retrieved on 23 Dec 2023.
- Source: The World Bank
- Copyright: Retrieved on 23 Dec 2023.
- Source: The World Bank
- Copyright: Retrieved on 23 Dec 2023.
- Source: Kaggle
- Copyright: Retrieved on 23 Dec 2023.
- Clone the repository:
git clone https://github.com/Arcslash34/CM2015-Programming-With-Data.git