Hi ACS folks,
Could you please help with this question. When working with say a Total Population (b01003) table and choosing Geography, how could I choose a Block Group level and go across all counties in a state? It seems too cumbersome to have to download data county by county in a state like Texas, especially when I need some 35 tables.
Thank you very much for any help!
Oksana Nekrashevych
Thank you so much for your help!!! I do have SAS and know a bit about it, but never used it since I got my Statistics certificate 6 years ago. Do you have a code that you could share as an example of how to do several variables and join them by GeoID?I would really appreciate it!
Something like:
data acs2018.combined;
merge
acs2018.usbgs00_07
acs2018.usbgs00_07_moes
acs2018.usbgs08
[...]
by GeoID;
run;
Pretty basic stuff.
I don't know why this pasted as a picture -- hope it works for you