Capstone project for the Open Wash Data course (ds4owd-002), applying the R tidyverse to a Time-Driven Activity-Based Costing (TDABC) dataset from a doctoral study on informal pit latrine emptying ("gulper") services in Mzuzu, Malawi.
📄 View the rendered report (once GitHub Pages is enabled for this repo — see note below)
Or browse the source: docs/index.qmd
data/raw/— original, untouched TDABC observation files, one per ridealong session (.csv).data/processed/— cleaned, combined analysis-ready dataset (processed_data.csv), its data dictionary, and a README describing the cleaning process.docs/— the Quarto report (index.qmd), its bibliography (bibliography.bib), and the rendered HTML output once knitted.
This repo's docs/ folder is a standard Quarto output directory. To make the rendered HTML report viewable at a public link (rather than requiring a download):
- In this repo, go to Settings → Pages.
- Under Build and deployment → Source, choose Deploy from a branch.
- Set Branch to
mainand the folder to/docs, then save. - GitHub will publish the contents of
docs/athttps://ds4owd-002.github.io/project-PCstumbleine/, which servesdocs/index.htmlas the homepage.
This only needs to be done once; every time docs/index.html is re-rendered and pushed, the live link updates automatically.
Session-level metadata (exact date, location, enumerator identity) is held privately outside this repository. See data/processed/README.md for details.
Padraic Casserly (pcasserly@ethz.ch), ETH Zürich.