Rental Price Data (CSV Files)
https://www.zillow.com/research/data/
Salary Data per geographic zone (API Fetch/CSV files)
https://data.bls.gov/oes/#/occGeo/One%20occupation%20for%20multiple%20geographical%20areas
https://apps.bea.gov/API/signup/
- Dash App for UI
- Plotly (built in to Dash) for interactive map and data manipulation
- Interactive Map that shows Rent/salary data with hover
- Select two or more geograpic zones to make statistical analysis on value of rent cost vs salary
- Display side bar with relevant information about users selection
- Fetch data with API calls
- Clean and process data to make it suitable for use with plotly
To run: python3 src/app.py
Visit: http://127.0.0.1:8050/