Population in Chicago community areas in 2010.

chicago_comm

Format

An sf data frame with 77 rows, 4 variables, and a geometry column:

community

Community name

area_num_1

Community ID

NID

Community ID (repeated)

POP2010

Population in 2010

geometry

MULTIPOLYGON

Source

https://data.cityofchicago.org/Facilities-Geographic-Boundaries/Boundaries-Community-Areas-current-/cauq-8yn6

Details

Sf object, unprojected. EPSG 4326: WGS84.

Examples

if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(chicago_comm) plot(chicago_comm["community"]) }