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

Error while invoking datastructure #252

Open
agnibhu13 opened this issue Jan 3, 2024 · 0 comments
Open

Error while invoking datastructure #252

agnibhu13 opened this issue Jan 3, 2024 · 0 comments

Comments

@agnibhu13
Copy link

agnibhu13 commented Jan 3, 2024

I am following the examples from:
https://pandasdmx.readthedocs.io/en/v1.0/example.html

Then encountered this error.
Python 3.12.1
pandasdmx-1.6.0

estat = sdmx.Request('ESTAT')
metadata = estat.datastructure('UNE_RT_A')
Traceback (most recent call last):
File "<pyshell#3>", line 1, in
metadata = estat.datastructure('UNE_RT_A')
File "C:\Users\deepu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandasdmx\api.py", line 440, in get
response.raise_for_status()
File "C:\Users\deepu\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: for url: https://ec.europa.eu/eurostat/SDMX/diss-web/rest/datastructure/ESTAT/UNE_RT_A/latest?references=all

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

1 participant