Data set on county populations, from the 2019 US Census.

county_census

Format

A data frame with 3193 rows, one for each county (along with the 50 states and DC). Columns include:

SUMLEV

Geographic summary level. Either 40 (state) or 50 (county).

REGION

Census Region code

DIVISION

Census Division code

STATE

State FIPS code.

COUNTY

County FIPS

STNAME

Name of the state in which this county belongs.

CTYNAME

County name, to help find counties by name.

POPESTIMATE2019

Estimate of the county's resident population as of July 1, 2019.

FIPS

Five-digit county FIPS codes. These are unique identifiers used, for example, as the geo_values argument to covidcast_signal() to request data from a specific county.