An app for analyzing data at the neighborhood level
- Make it easier to easily compare statistics about census tracts
- Problem: Census tracts are given numeric IDs that are not memorable
- Solution: Put the Census data on a map in an easily consumable way
- Create a tool that helps people learn about their communities
- Learn more about R + Shiny
-
Variables are organized into "topics"
-
Race/ethnicity
-
Income
-
Commute mode
-
Housing
-
-
Code is highly modular. The same functions can be applied to different "topics".
-
Data:
-
Add more topics
-
Variables from Census
-
Other data sources
-
-
Add other areas of the US
- Metro areas (MSAs)
-
Improve UI
- Show summarizations of the tracts the user has selected
-
Incorporate variables that use other geographies (for example, data only available at the zip code level)