-
Notifications
You must be signed in to change notification settings - Fork 59
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
XMLParseError when requesting data using a dictionary key from ABS_XML #253
Comments
Unfortunately I think I'm in the same boat, I'm new to using pandasdmx and actually sdmx structures as well, but here is my code:
When I run that, I get the following RuntimeError
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
Python 3.11.7
pandasdmx 1.10.0
I am getting an XMLParseError while attempting to get data using a dictionary key from "ABS_XML".
Traceback
The error looks to occur when trying to get the dsd structure information.
Specifying references=descendants and then using the information returned, allows the data request to complete successfully.
My main suspicion would be parsing the 2 content constraints returned from,
https://api.data.abs.gov.au/dataflow/ABS/ABS_ANNUAL_ERP_LGA2022/latest?references=all.
These are automatically generated during a point in time release,
https://sis-cc.gitlab.io/dotstatsuite-documentation/using-api/embargo-management/#point-in-time-release-feature
The text was updated successfully, but these errors were encountered: