Raw data (not included)
The two raw input files are not distributed with this repository and were
not present in the original project folder either (see AUDIT.md §5.1):
airbnb.csv— ~5,000 Airbnb listings scraped from Airbnb (Quebec province)rent.json— 8,356 residential rental listings from Realtor.ca (Quebec province)
Place them in this directory to run pipeline steps 01–03
(scripts/01_inspect_raw_data.py, 02_clean_airbnb.py, 03_clean_rent.py).
The cleaned datasets derived from them are committed in data/processed/,
so the full analysis (steps 04–10) and the paper are reproducible without
the raw files.