Analysis and visualization of real estate prices in Toronto, Canada using Python.
Found the dataset interesting while exploring Kaggle.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
python
,jupyter notebook
,pyviz
,plotly
andpanel
To install pyestate, follow these steps:
git clone https://github.com/2kabhishek/pyestate
cd pyestate
jupyter-notebook .
The rental analysis is available in the rental_analysis
notebook.
The dashboard is available in the dashboard
notebook.
pyestate was built using Jupyter Notebook
- Had some trouble with mapbox.
- Learned about
plotly
,panel
,pyviz
andmapbox
.
Some sections are incomplete.
Hit the ⭐ button if you found this useful.