states-2019.csv

Published

July 28, 2022


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:


Preview

Code
# Import data
usa = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/pensive-giraffe/main/data/states-2019.csv")

# View data
usa


References