You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded to pandasdmx[cache]>=1.10.0 after the recent Eurostat API change.
At the same time, I improved my code to follow the walkthrough document and use structure-specific data.
However, now I run into a NotImplementedError when accessing Eurostat.
Hi @dr-leo, adding some more references to this one, essentially the same error to a similar flow:
request a datastructure using pdsdmx library
request data to Eurostat new API (XML structure-specific)
use pdsdmx.read_sdmx() method with same output error: NotImplementedError: ('{urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ESTAT:HLTH_SILC_08(33.0):ObsLevelDim:TIME_PERIOD}DataSet', 'start')
I recently upgraded to pandasdmx[cache]>=1.10.0 after the recent Eurostat API change.
At the same time, I improved my code to follow the walkthrough document and use structure-specific data.
However, now I run into a NotImplementedError when accessing Eurostat.
The minimal reproducer is:
When I remove the dsd argument from the
data
call, the code runs without issues.The text was updated successfully, but these errors were encountered: