https://github.com/irishmorales/ph-poverty-statistics
An exploratory data analysis of Philippine poverty data. Data includes given 1991-2015 data, appended FIES 2018 & 2021 data, and 2024 & 2027 poverty estimates calculated using ARIMA.
https://github.com/irishmorales/ph-poverty-statistics
data-visualization exploratory-data-analysis philippines poverty-alleviation
Last synced: over 1 year ago
JSON representation
An exploratory data analysis of Philippine poverty data. Data includes given 1991-2015 data, appended FIES 2018 & 2021 data, and 2024 & 2027 poverty estimates calculated using ARIMA.
- Host: GitHub
- URL: https://github.com/irishmorales/ph-poverty-statistics
- Owner: IrishMorales
- Created: 2023-04-18T02:24:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T09:51:53.000Z (about 3 years ago)
- Last Synced: 2025-01-27T06:30:33.661Z (over 1 year ago)
- Topics: data-visualization, exploratory-data-analysis, philippines, poverty-alleviation
- Language: Jupyter Notebook
- Homepage:
- Size: 22.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Philippine Poverty Statistics
An exploratory data analysis of Philippine poverty data. Data includes 1991-2015 data, appended FIES 2018 & 2021 data, and 2024 & 2027 poverty estimates personally calculated using ARIMA.
### 🔶 File List
| Filename | Description |
|-----------------------------|---------------------------------------------------------------------------------------------------|
| .gitignore | Utility file to avoid pushing temporary local files |
| 2018_FIES_processed.csv | 2018 FIES data manually formatted in Google Sheets to match the main dataset |
| 2021_FIES_processed.csv | 2021 FIES data manually formatted in Google Sheets to match the main dataset |
| README.md | This file you're reading! :) |
| Slide Deck.pdf | Presentation slides of key insights found from EDA |
| ph-poverty-statistics.ipynb | Jupyter notebook containing all code for data preparation and EDA |
| pov_incidence_change.csv | Data for poverty incidence change between 1991 & 2021, generated from ph-poverty-statistics.ipynb |
| povstat_analysis.twb | All Tableau data visualizations and dashboards |
| povstat_processed.csv | 1991-2015 data provided by Thinking Machines |
| povstat_until_2021.csv | 1991-2021 data from povstat_processed.csv + 2018_FIES_processed.csv + 2021_FIES_processed.csv, generated from ph-poverty-statistics.ipynb |
| povstat_until_2027.csv | 1991-2027 data from povstat_until_2021.csv + 2024 & 2027 forecasts, generated from ph-poverty-statistics.ipynb |
### 🔶 Interactive Dashboards
All data visualizations created of the dataset can be found here. Please click the links for the interactive versions, as the ones shown below are screenshots only.
- [Philippine Poverty Data Explorer](https://bit.ly/PH-poverty-explorer-1) - For exploring the dataset

- [Philippine Poverty Statistics](https://bit.ly/PH-poverty-stat-2) - Key insights from EDA

### 🔶 Data Sources
- **1991-2015 Data** - Provided by Thinking Machines
- **FIES 2018 & 2021 Data** - "2021 Full Year Official Poverty Statistics Tables" from https://psa.gov.ph/poverty-press-releases/nid/167972
Unfortunately, the 2021 data here is from the preliminary 2021 FIES results, as I could not find a full and official release of the finalized 2021 data with these variables. I then created the .csv files manually to match the formatting of this dataset. For easy viewing, I copied the original attachment data [here](https://docs.google.com/spreadsheets/d/1vS7aF0Vl632l7dWEUgs5GxfWZsmMmvFY/edit?usp=sharing&ouid=100450481071067541565&rtpof=true&sd=true). I then cleaned and reformatted the 2018 & 2021 data [here](https://docs.google.com/spreadsheets/d/1GCU--tzB7GWSx1Uk7ddlA7EsoQ6rNp91_UUDbleZ0nI/edit?usp=sharing). The final processed .csv files are in this GitHub repo ([2018](https://github.com/IrishMorales/ph-poverty-statistics/blob/b94819039b8f141cd2bfc3b667d748418cfb5f2a/2018_FIES_processed.csv), [2021](https://github.com/IrishMorales/ph-poverty-statistics/blob/master/2021_FIES_processed.csv)).
- **2024 & 2027 Data** - Personally forecasted using Autoregressive Integrated Moving Average (ARIMA). Process and full details seen in the [.ipynb file](https://github.com/IrishMorales/ph-poverty-statistics/blob/b94819039b8f141cd2bfc3b667d748418cfb5f2a/ph-poverty-statistics.ipynb). *Caveats:* Forecasts are likely not very accurate due to very few data points for the model to train on and data may be slightly skewed due to the 2021 pandemic. Overall, however, the forecast can at least give us at least some general idea of developments in poverty for the coming years.