ipeaGIT / aopdata

Download data from the Access to Opportunities Project (AOP)
https://ipeagit.github.io/aopdata/
13 stars 4 forks source link

income data with read_landuse() #56

Closed dhersz closed 2 years ago

dhersz commented 2 years ago

read_landuse() returns a dataframe with columns R001, R002 and R003, which are "average household income per capita", "income quintile group" and "income decile group", respectively.

Shouldn't this information be returned with read_population() result? This data comes from 2010 Census, like the rest of socioeconomic data we aggregate, but read_landuse year argument take 2019 as an input (read_population takes 2010). It also feels more "natural" when population count and income come in the same dataset.

dhersz commented 2 years ago

nvm I can't read, all this data is already returned by read_population()