Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

KHobbs3/FEM-Niger-ETL

Domain:

healthcare
Creator:
KHo
Host:
2025 Formative research ETL pipeline. # Niger FEM Survey — Analysis Pipeline This folder sits **outside** `niger_app/` and is the only place the raw PII dataset is touched. The Streamlit app reads only the pre-aggregated CSVs written to `niger_app/data/`. ``` / ├── pipeline/ ← this folder │ ├── config.py — paths + survey constants │ ├── utils.py — shared weighted aggregation helpers │ ├── agg_helpers.py — helpers for reading long-format CSVs in app pages │ ├── run_pipeline.py — master runner │ ├── etl_access.py — Health Access & Supply │ ├── etl_statements.py — Statement Agreement │ ├── etl_family_planning.py — Family Planning │ ├── etl_personality.py — Personality & Influencers │ └── etl_personas.py — Personas (k-modes clustering) | |__ validate_pipeline.py - Validates raw data and outputs │ └── niger_app/ ├── app.py ├── data/ ← pre-aggregated CSVs written here (safe to publish) │ ├── drivers_barriers.csv (already present) │ ├── radio_summary.csv (already present) │ ├── statement_labels.csv (already present) │ ├── access_stockouts.csv ← generated by pipeline │ ├── access_stockout_responses.csv ← generated by pipeline │ ├── access_travel.csv ← generated by pipeline │ ├── access_affordability.csv ← generated by pipeline │ ├── access_composite.csv ← generated by pipeline │ ├── statements_heatmap.csv ← generated by pipeline │ ├── fp_funnel.csv ← generated by pipeline │ ├── fp_timing.csv ← generated by pipeline │ ├── fp_methods.csv ← generated by pipeline │ ├── fp_reason_use.csv ← generated by pipeline │ ├── fp_intent.csv ← generated by pipeline │ ├── fp_nonuse_reasons.csv ← generated by pipeline │ ├── personality_life_goals.csv ← generated by pipeline │ ├── personality_ro …

Visit

github.com

Similar

oyondiy/Fem-Diginomics-Financial-Inclusion-ResearchDufuna-CodeCamp/Dufuna-Fem-Hackathon-Team4Dufuna-CodeCamp/Dufuna-Fem-Hackathon-Team2Dufuna-CodeCamp/Dufuna-Fem-Hackathon-Team3fevunge/etl-larianvwyk11/loadshedding-etl

oyondiy/Fem-Diginomics-Financial-Inclusion-Research

This repository provides the research framework for the FemDigiNomics project, quantifying how healt

Dufuna-CodeCamp/Dufuna-Fem-Hackathon-Team4

This Hackathon is the last phase of the Dufuna-Fem programme powered by AHK-Nigeria. The event is fo

Dufuna-CodeCamp/Dufuna-Fem-Hackathon-Team2

This Hackathon is the last phase of the Dufuna-Fem programme powered by AHK-Nigeria. The event is fo

Dufuna-CodeCamp/Dufuna-Fem-Hackathon-Team3

This Hackathon is the last phase of the Dufuna-Fem programme powered by AHK-Nigeria. The event is fo

fevunge/etl-lar

An ETL pipeline aimed at automating and visualization of hospital statistical data, taking as its ca

ianvwyk11/loadshedding-etl

End-to-end ETL pipeline for South African load shedding data using Python, SQL and Apache Airflow #