m-adduci / D3-lab-states

This site was created using the D3 library, and seeks to analyze the relationship between U.S. States' median home values, the real estate taxes on any $217.5k home in a given state, and the median real estate tax on a home "priced" at the median value. (*$217,500 is the median home value in the U.S. as of 2019, the year of the most recent available data from the U.S. Census Bureau as of April 2021). Non-spatial home value and real estate data was gathered and related to actual .topojson data through a series of operations to create an efficient, light-weight map. The coordinated visualization is composed of a "donut" style chart which produces information in synchrony with the visual map to display all three variables. These variables are controlled using the drop-down menu in the upper-left-hand corner of the map which updates the choropleth map accordingly. Initially, counties were used, since taxes are associated to them. However, due to the sheer volume of data (3,142 records!), states were instead used to accommodate a coordinated chart. If you would like to also view the county map with tax information, it is hosted here: URL (not for lab, side-project only): https://m-adduci.github.io/D3-lab-counties/. Many thanks for viewing my state-level analysis!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to GitHub Pages

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

About

This site was created using the D3 library, and seeks to analyze the relationship between U.S. States' median home values, the real estate taxes on any $217.5k home in a given state, and the median real estate tax on a home "priced" at the median value. (*$217,500 is the median home value in the U.S. as of 2019, the year of the most recent available data from the U.S. Census Bureau as of April 2021). Non-spatial home value and real estate data was gathered and related to actual .topojson data through a series of operations to create an efficient, light-weight map. The coordinated visualization is composed of a "donut" style chart which produces information in synchrony with the visual map to display all three variables. These variables are controlled using the drop-down menu in the upper-left-hand corner of the map which updates the choropleth map accordingly. Initially, counties were used, since taxes are associated to them. However, due to the sheer volume of data (3,142 records!), states were instead used to accommodate a coordinated chart. If you would like to also view the county map with tax information, it is hosted here: URL (not for lab, side-project only): https://m-adduci.github.io/D3-lab-counties/. Many thanks for viewing my state-level analysis!


Languages

Language:JavaScript 97.8%Language:CSS 1.5%Language:HTML 0.7%