spb/wp5_uqo Public
UQO Working Paper No. 5 — Airbnb, residential rents and housing market pressure.
TeX 53.4%
Python 46.5%
1<!-- Author: Simon-Pierre Boucher — contact@spboucher.ai -->23# Raw data (not included)45The two raw input files are **not distributed** with this repository and were6not present in the original project folder either (see `AUDIT.md` §5.1):78- `airbnb.csv` — ~5,000 Airbnb listings scraped from Airbnb (Quebec province)9- `rent.json` — 8,356 residential rental listings from Realtor.ca (Quebec province)1011Place them in this directory to run pipeline steps 01–0312(`scripts/01_inspect_raw_data.py`, `02_clean_airbnb.py`, `03_clean_rent.py`).1314The cleaned datasets derived from them are committed in `data/processed/`,15so the full analysis (steps 04–10) and the paper are reproducible without16the raw files.17