/Toronto_Housing_Prices

This repository hosts a statistical analysis to investigate why houses are so expensive in Toronto.

Primary LanguageJupyter Notebook

Toronto Housing Prices Statistical Analysis

This repository hosts a statistical analysis to answer the following open-ended question.

Question

Dependencies

If you want to reproduce the report (Analysis.ipynb) on your local, simply run below commands in terminal to create the environment for running the notebook.

conda env create -f environment.yaml
conda activate env