https://github.com/desaiwang/architects-salary
Visualizing architects' salary
https://github.com/desaiwang/architects-salary
d3 data-visualization interactive-visualizations
Last synced: about 1 month ago
JSON representation
Visualizing architects' salary
- Host: GitHub
- URL: https://github.com/desaiwang/architects-salary
- Owner: desaiwang
- Created: 2024-10-24T03:57:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T14:45:28.000Z (over 1 year ago)
- Last Synced: 2025-03-06T15:36:10.499Z (over 1 year ago)
- Topics: d3, data-visualization, interactive-visualizations
- Language: Jupyter Notebook
- Homepage: https://desaiwang.github.io/architects-salary/
- Size: 18.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# visualizing architects' salaries
I visualized more than 14,000 architects' salaries. Please see live demo [here](https://desaiwang.github.io/architects-salary/), and if you are curious about how I built it, check out my [blog](https://desaiwang.github.io/#/post/architects-salary)!

# site architecture
This site is built with html, css, and javascript. All the visualizations are done using the [d3 library](https://d3js.org/).
# data source and analysis
Survey data is from [Archinect.com](https://salaries.archinect.com/poll/results/country/united-states), and I used python for queries and analysis. I've linked the 3 relevant jupyter notebooks, and left simple annotations to explain my process.
1. [Data Query and Preprocessing](/data/archinect_query.ipynb)
2. [Exploratory Analysis and Charts](/data/exploratory_viz.ipynb)
3. [Inflation Analysis and Comparison with Google Salary Trends](/data/inflation_analysis.ipynb)
# acknowledgements
A lot of my code is derived from Prof. Jeff Rzezsotarski's course notes on data visualization (INFO3300 and INFO4310) as well as projects I did while taking those classes.
This site would not have been possible without the help of my lovely beta testers Camille, Sophie, Helen, Allen, Daniel, Jack, and many others.