states-2019.csv

Published

August 2, 2023


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/redesigned-adventure/main/data/states-2019.csv")

# View data
usa


References