Last active
August 29, 2015 14:06
-
-
Save cjmatta/c9b8d26c49a4b2af6d1c to your computer and use it in GitHub Desktop.
Percentage of population by state - 2009 Census
This file contains hidden or 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
[ | |
"AL": 0.015802252, | |
"AK": 0.00222773, | |
"AZ": 0.018231104, | |
"AR": 0.009499616, | |
"CA": 0.12035896, | |
"CO": 0.015284031, | |
"CT": 0.012101279, | |
"DE": 0.002784431, | |
"DC": 0.002032745, | |
"FL": 0.056791521, | |
"GA": 0.029089608, | |
"HI": 0.004305056, | |
"ID": 0.004597911, | |
"IL": 0.044130513, | |
"IN": 0.021606296, | |
"IA": 0.010398352, | |
"KS": 0.009552981, | |
"KY": 0.014361956, | |
"LA": 0.015879986, | |
"ME": 0.004530291, | |
"MD": 0.018820447, | |
"MA": 0.022560777, | |
"MI": 0.035315104, | |
"MN": 0.017480796, | |
"MS": 0.010108161, | |
"MO": 0.019881931, | |
"MT": 0.003205845, | |
"NE": 0.006080774, | |
"NV": 0.007100574, | |
"NH": 0.004391222, | |
"NJ": 0.029899414, | |
"NM": 0.006463768, | |
"NY": 0.067430632, | |
"NC": 0.028602297, | |
"ND": 0.002281983, | |
"OH": 0.040342062, | |
"OK": 0.012261498, | |
"OR": 0.012157543, | |
"PA": 0.043639297, | |
"RI": 0.00372508, | |
"SC": 0.014256218, | |
"SD": 0.00268225, | |
"TN": 0.020216205, | |
"TX": 0.074094516, | |
"UT": 0.007935306, | |
"VT": 0.002163396, | |
"VA": 0.025152679, | |
"WA": 0.020944073, | |
"WV": 0.00642574, | |
"WI": 0.019059195, | |
"WY": 0.001754597, | |
"PR": 0.013533453 | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a list of the states and their percentage of the total population of the United States. I'm using it with log-synth like so:
Data source: http://www.aiea.ualr.edu/population-estimates-a-projections/43-state-level-population-estimates.html