states-2019.csv
The data in states-2019.csv include statistics collected from Wikipedia, the 2019 American Community Survey, and the National Centers for Environmental Information. The attributes in the data are:
state
: State/territory namelife_expectancy
: Life expectancy (in years)population
: Population estimate (in millions)income
: Per capita income (in thousands of dollars)illiteracy
: Illiteracy rate (in percent)murder
: Murder and non-negligent manslaughter rate (per 100,000 population)hs_grad
: Percentage of high school graduatesfrost
: Mean number of days with minimum temperature below freezingarea
: Land area (in square miles)
Preview
Code
# Import data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/pensive-giraffe/main/data/states-2019.csv")
usa
# View data
usa