Stakeholder wants to buy 2 houses (central and suburban area) in King County housing
Stakeholder Profile
- Family: 2 people
- City House: Fast and central
- Country House: Best timing and non-renovated
King County Housing Data: Data link
- Understanding data set using EDA techniques
- Data visualization for better understanding
- Apply Stakeholder criterion
- Present proposal to Stakeholder
This repo contains a requirements.txt file with a list of all the packages and dependencies you will need.
pyenv local 3.9.8
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt