You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This call works but it only returns 482 cities and towns in California. A call to tigris and its places() function returns 1618 places. CDPs with LSAD == 57 are excluded.
Replacing geography = 'place' with 'county subdivision' indicates that the geography is not available.
Is this a census API issue? I have not found any documentation that would suggest that CDP population estimates should not be returned. My apologies if this doesn't follow full issue guidelines.
The text was updated successfully, but these errors were encountered:
I am trying to pull census designated place population estimates using
get_estimates()
but I am only getting city/town level results.I have tried geography = 'place' and 'county subdivision'.
This call works but it only returns 482 cities and towns in California. A call to
tigris
and itsplaces()
function returns 1618 places. CDPs with LSAD == 57 are excluded.Replacing geography = 'place' with 'county subdivision' indicates that the geography is not available.
Is this a census API issue? I have not found any documentation that would suggest that CDP population estimates should not be returned. My apologies if this doesn't follow full issue guidelines.
The text was updated successfully, but these errors were encountered: