Change in population in Chicago community areas from 2000 to 2010.

commpop

Format

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

community

Community name

NID

Community ID

POP2010

Population in 2010

POP2000

Population in 2000

POPCH

Population change, count

POPPERCH

Population percent change

popplus

1 if area has positive population change (17 observations)

popneg

1 if area has negative population change (60 observations)

geometry

MULTIPOLYGON

Source

https://www.chicago.gov/city/en/depts/dcd/supp_info/community_area_2000and2010censuspopulationcomparisons.html

Details

Sf object, unprojected. EPSG 4326: WGS84.

Examples

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