Skip to content

raldisk/PH-DEP

Repository files navigation

🇵🇭 PH-DEP — Philippine Data Engineering Projects

PH-DEP/
├── PH-FX-Dashboard/        ← Exchange rate tracking
├── PH-Regional-Inequality/ ← Socioeconomic disparity analysis
├── PH-Economic-Tracker/    ← GDP, inflation, macro indicators
├── PH-Labor-Analysis/      ← Employment & labor market data
└── PH-Price-Tracker/       ← Consumer price monitoring

A monorepo consolidating Philippine macroeconomic and social data engineering projects. Each subfolder is a self-contained project with its own README.md, data pipeline, and analysis artifacts — imported via git subtree with full commit history preserved.


Projects

Real-time and historical Philippine Peso exchange rate tracking across major currency pairs.

Socioeconomic disparity analysis across Philippine regions — income, HDI, poverty incidence.

Macroeconomic indicator monitoring: GDP growth, inflation, BSP policy rates, trade balance.

Labor force participation, unemployment, underemployment, and sectoral employment trends.

Consumer price index monitoring across commodity groups and regional markets.


Repository Structure

Each project lives in its own subfolder and retains its independent commit history, imported via git subtree add --squash. PH-DEP is the single source of truth for all projects.

Project Description Status
PH-FX-Dashboard Exchange rate tracking active
PH-Regional-Inequality Socioeconomic disparity analysis active
PH-Economic-Tracker Macro indicator monitoring active
PH-Labor-Analysis Labor market data active
PH-Price-Tracker Consumer price monitoring active

Pulling Updates

git subtree pull --prefix=PH-FX-Dashboard `
  https://github.com/raldisk/PH-FX-Dashboard.git master --squash

git subtree pull --prefix=PH-Regional-Inequality `
  https://github.com/raldisk/PH-Regional-Inequality.git master --squash

git subtree pull --prefix=PH-Economic-Tracker `
  https://github.com/raldisk/PH-Economic-Tracker.git master --squash

git subtree pull --prefix=PH-Labor-Analysis `
  https://github.com/raldisk/PH-Labor-Analysis.git master --squash

git subtree pull --prefix=PH-Price-Tracker `
  https://github.com/raldisk/PH-Price-Tracker.git master --squash

Built with Python · pandas · matplotlib · Philippine statistical sources (PSA, BSP, NEDA)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors