This repo contains my first eda-project: a stakeholder-driven analysis of real estate data of property selling in Seattle, USA 2014-2016
Project time: 7 days
Carried out as part of the data analytics trainee Program at neuefische - school and pool for digital talent
Repo contains:
- Stakeholder and Data Description, Feature Engineering
-
- Data Cleaning, Preprocessing, Feature Engineering
-
- Data Analysis (Python)
-
- Figures
- Stakeholder Presentation
This repo contains a requirements.txt file with a list of all the packages and dependencies you will need. Environment running on Python
pyenv local 3.9.8
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt