Question: normally I can get some tables by race, but not by race/ethnicity. For example, poverty in families, s1702
https://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=ACS_16_5YR_S1702&prodType=table
shows poverty among Black alone, Asian alone, etc.... but not Black non-Hispanic, Asian non-Hispanic. It does show Hispanic, but separately from race, and White non-Hispanic, but that's the only group.
Is there a way to get the tables for each group non-Hispanic, like Black non-Hispanic, Asian non-Hispanic, etc? I tried the race and ethnic tab, doesn't seem to help.
Thanks
It's possible to get estimates of total persons in a geography by race and Hispanic-Latino status. For example, you can get the estimate of non-Hispanic, Black or African-American persons in a given county or ZCTA. This can be done by pulling Table B03002 from the American Fact-Finder (e.g. see this R script for how to easily process that table to get estimates for ZCTAs). However, I don't know how to get any more specific estimates split by race and Hispanic-Latino status. For example, I don't know how to get the estimate of the total number of *adult*, non-Hispanic, Black or African-American persons in a given country or ZCTA.