|
1 | | -# Use Cases |
2 | 1 |
|
3 | | -This repository supports real-world applied research tasks across: |
| 2 | +# 📂 USE CASES: EquityStack |
4 | 3 |
|
5 | | -## Public Health |
6 | | -- Mapping service access across districts |
7 | | -- NFHS-style weighted summaries |
8 | | -- Health index creation from binary variables |
| 4 | +This document lists sample use cases where EquityStack components have been used, adapted, or are intended to support real-world workflows. |
9 | 5 |
|
10 | | -## Education |
11 | | -- Dropout/completion rate comparisons |
12 | | -- Visualising educational outcomes by group |
| 6 | +--- |
13 | 7 |
|
14 | | -## Gender & WEE |
15 | | -- Gender-disaggregated indicators |
16 | | -- Time use patterns across activities |
17 | | -- Summarised dashboards for MEL reports |
| 8 | +## 🏫 Education |
| 9 | +- Aggregating learning outcomes from surveys |
| 10 | +- Creating gender-disaggregated indicators for school completion |
| 11 | +- Exporting structured Excel reports for dashboards |
18 | 12 |
|
19 | | -## MEL & Evaluation |
20 | | -- Export summary tables for reporting |
21 | | -- Calculate SROI from outcome-cost data |
22 | | -- Survey diagnostics and profile summaries |
| 13 | +## 💉 Public Health |
| 14 | +- Building district-level access indices (health, WASH) |
| 15 | +- Mapping service reach using shapefiles and vulnerability overlays |
| 16 | +- Combining survey + administrative data in visual reports |
| 17 | + |
| 18 | +## ♀️ Gender & WEE |
| 19 | +- Constructing gender gap summaries using simulated time-use and income data |
| 20 | +- Preparing SROI outputs by gender group |
| 21 | +- Integrating outputs into mixed-method evaluations |
| 22 | + |
| 23 | +## 🌏 Climate & Resilience |
| 24 | +- Mapping spatial exposure using mock flood data + shapefiles |
| 25 | +- Creating baselines using existing secondary datasets |
| 26 | +- Preparing dashboard exports for climate program M&E |
| 27 | + |
| 28 | +## 📊 General MEL / Dashboards |
| 29 | +- Wide → long format reshaping for Looker Studio / Power BI |
| 30 | +- Exporting styled `.xlsx` summaries using `xlsxwriter` |
| 31 | +- Structuring testable workflows and integrating data validation |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +This list grows with each contribution or reuse. Want to add your use case? Open an issue or pull request. |
0 commit comments