Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_estimates() not parsing population at county level for Puerto Rico #581

Open
malopezcruz opened this issue Aug 17, 2024 · 1 comment

Comments

@malopezcruz
Copy link

The code below does not display data:

get_estimates( geography = "county", product = "population", variables = "all", state = "PR", time_series = T, vintage = 2022 )

while the following works as expected:

get_estimates( geography = "county", product = "population", state = "PR", time_series = T, vintage = 2019 )

tidycensus 1.6.5,
R 4.4.1

Thanks in advance.

@walkerke
Copy link
Owner

walkerke commented Sep 12, 2024

That's right. Estimates for Puerto Rico are contained in a separate dataset so tidycensus doesn't support that yet. The older estimates on the API (2019 and earlier) don't have the same limitations. I'd welcome a PR to add Puerto Rico support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants