Description Format Details Source Examples
Minneapolis Demographic Data 2015, by Neighborhood, from the 2015 American Community Survey
A data frame with 84 observations on the following 7 variables.
neighborhood
name of the neighborhood
population
total population
black
fraction of the population estimated to be black
white
fraction of the population estimated to be white
foreignBorn
fraction of the population estimated to be foreign born
hhIncome
estimated median household income
poverty
estimated fraction earning less than twice the poverty level
collegeGrad
estimated fraction with a college degree
The data frame MplsStops
contains 2017 Minneapolis Police stop data, using the same neighborhood names as this data file.
http://www.mncompass.org/profiles/neighborhoods/minneapolis-saint-paul#!community-areas
1 |
'data.frame': 84 obs. of 8 variables:
$ neighborhood: chr "Cedar Riverside" "Phillips West" "Downtown West" "Downtown East" ...
$ population : num 8247 5184 7141 1674 3249 ...
$ white : num 0.353 0.199 0.561 0.543 0.407 0.214 0.087 0.417 0.622 0.394 ...
$ black : num 0.464 0.538 0.211 0.221 0.259 0.424 0.656 0.251 0.25 0.383 ...
$ foreignBorn : num 0.408 0.318 0.203 0.221 0.14 0.329 0.292 0.172 0.055 0.11 ...
$ hhIncome : num 18892 18404 67086 70669 59414 ...
$ poverty : num 0.06 0.042 0.057 0.071 0.11 0.048 0.074 0.089 0.066 0.053 ...
$ collegeGrad : num 0.258 0.211 0.551 0.577 0.247 0.173 0.165 0.196 0.345 0.203 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.