This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var census_aliases = { | |
//Economic Variables | |
"income":{ | |
"api":"acs", | |
"variable":"B19013_001E", | |
"description":"Median household income in the past 12 months (in 2013 inflation-adjusted dollars)", | |
"text":"median household income", | |
"unit":"dollars" | |
}, | |
"income_per_capita":{ |