Determinants, classification, and segmentation of HM Land Registry price paid data.
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\Activate.ps1
pip install -r requirements.txt
python -m ipykernel install --user --name uh-ds-housing --display-name "Python (uh-ds-housing)"
code .