1
2
3
4
5
#

Name:

Description:

Data for 3142 counties in the United States. See the county_complete data set for additional variables.

Variables:

  • name - County names.
  • state - State names.
  • pop2000 - Population in 2000.
  • pop2010 - Population in 2010.
  • pop2017 - Population in 2017.
  • pop_change - Population change from 2010 to 2017.
  • poverty - Percent of population in poverty in 2017.
  • homeownership - Homeownership rate, 2006-2010.
  • multi_unit - Percent of housing units in multi-unit structures, 2006-2010.
  • unemployment_rate - Unemployment rate in 2017.
  • metro - Whether the county contains a metropolitan area.
  • median_edu - Median education level (2013-2017).
  • per_capita_income - Per capita (per person) income (2013-2017).
  • median_hh_income - Median household income.
  • smoking_ban - Describes whether the type of county-level smoking ban in place in 2010, taking one of the values "none", "partial", or "comprehensive".

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

These data were collected from http://quickfacts.census.gov/qfd/states/ (no longer available) and its accompanying pages.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/United_States_Counties_1389_97.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.