-
Notifications
You must be signed in to change notification settings - Fork 30
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
Plan to include 2020 data #42
Comments
Same here. Big fan. Looks like 2020 acs5 will be release on March 17, 2022. What is the timeline on bringing that in the package? |
Beware of the 2020 ACS! It is considered highly unreliable by the Census Bureau itself. |
Thank you for your interest, and I'm glad you are finding the package helpful. The package should support downloading the 2020 data without any further updates once those are posted online. It is only the documentation search functions that will require updates. I do not have an ETA for updating those; you can refer to the Census website directly in the meantime. Note that the major reliability concerns are with the 1-year estimates from 2020. The 5-year estimates for 2016-2020 are a normal release. |
This looks like an error from the Census API rather than the package, but
without a specific example of code raising this error I cannot provide
further information.
…On Fri, Mar 18, 2022 at 5:38 PM parkerw13 ***@***.***> wrote:
I have a script that downloads block group data for ACS5 year data and has
an option for the year so I can extract historic data. When I put in 2020
for the year I get the following error:
census.core.UnsupportedYearException: Geography is not available in 2020.
Available years include (2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012,
2011, 2010, 2009). And when I remove the option for a year so that it
should be taking the most current year it looks like it is using 2019.
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCA7F27E2MCUZHHM6QJI2TVAUAVZANCNFSM5PVR3WUA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
There are 18 tables that are NOT present in the 2020 ACS5 based on the csv file you can find here: https://www.census.gov/data/developers/data-sets/acs-5year.html#detailed This may be the reason for the error. |
Due to other commitments, I am unable to continue maintaining this package or to add support for 2020 data. The code is freely available and anyone who would like to is more than welcome to build off it. |
Hey there, big fan of the package. Let me know if I can help implement the version for the most recent year
The text was updated successfully, but these errors were encountered: