Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.64 KB

File metadata and controls

25 lines (18 loc) · 1.64 KB

drawing

ESCAP training on Reproducible Analytical Pipelines for Consumer Price Statistics

This repo stores all content on the training done by UN ESCAP on Reproducible Analytic Pipelines (RAP) during September 2024, specifically for the consumer price statistics use case of web scraping a retailer website. 2 classes are given: a virtual one to introduce the topic and an in-person one to go into more detail.

Training content

Check out the training content on the main site: https://escap-sd.github.io/ESCAP_RAP_class/docs/

Repo folder structure

├── notebooks               # Exploration notebooks for research purposes such as demo scraper notebook
├── data                    # Placeholder folders for the scraped data part of the demo, structure set up but it will be kept local
│   ├── raw                 # For raw scraped data before its cleaned for downstream use
│   └── final               # Cleaned data for downstream use
└── docs                    # Folder for documentation site that accompanies the demo scraper and also the class. Rendered via quarto
    ├── applying_rap        # Documentation about applying RAP principles to the basic web scraping demo in the notebooks
    ├── images              # Images and diagrams for the documentation
    └── teaching_material   # The actual materials for the 2 sessions
        ├── sept_11         # Slides and latex material for the September 11th virtual session
        └── sept_18         # Slides and latex material for the September 18th in person session