-
Notifications
You must be signed in to change notification settings - Fork 23
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
cpi.update() not updating in jupyter notebook #63
Comments
Thanks for the bug report. I'll take a look shortly.
…On Thu, Dec 8, 2022, at 1:33 PM, Vanessa Martinez wrote:
https://data.bls.gov/timeseries/CUUR0000SA0
—
Reply to this email directly, view it on GitHub <#63 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAACOCIY2YTQQNRUQ7V3SO3WMJH3XANCNFSM6AAAAAASYTSIZI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I've release version 1.0.13 with the latest data. Give that a try. |
For me,the package isn't able to convert anything from 2022 for me. |
@ShuaHousetable, what code snippet is leading to your error? |
@palewire for example, something as simple as: val = cpi.inflate(1000, 2022) Gives me: CPIObjectDoesNotExist: Index of annual type for 2022-01-01 does not exist |
Is there an annual value available for 2022 from BLS yet? |
I have attempted to fix this bug in the new version released today. When you run |
The website has up to October it seems (https://www.bls.gov/data/inflation_calculator.htm) but the library only has up to August. Running
cpi.update()
in the notebook doesn't seem to pull anything.The text was updated successfully, but these errors were encountered: