Race and Median Income in St. Louis by Census Tract, 2017
A simple features data set containing the geometry and associated attributes for the 2013-2017 American Community Survey estimates for median household income and the percentage of white residents in St. Louis.
data(stl_race_income)
A data frame with 106 rows and 4 variables:
full GEOID string
Percent of white residents per tract
Median household income of tract
simple features geometry
tidycensus
package
str(stl_race_income) head(stl_race_income) summary(stl_race_income$medInc)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.