Maximilian König

Results 4 comments of Maximilian König

Thank you for comming back to me. After going through the walkthrough line by line again, I came to the following code, that works. ```python import pandasdmx as sdmx ecb...

Using the BBK-API also does not seem to work in the same way: ```python import pandasdmx as sdmx ecb = sdmx.Request('ECB') exr = ecb.dataflow('EXR') exr_flow = exr.dataflow.EXR dsd = exr_flow.structure...

OK, for Bundesbank, the correct modus operandi is: ``` import pandasdmx as sdmx bbk = sdmx.Request('BBK') bbk_erx = bbk.datastructure('BBK_ERX') dsd = bbk_erx.structure.BBK_ERX display(dsd.dimensions.components) ``` This works for now. The result...

This fact prevents me from installing PDPbox in my environment (Windows 10 with Python 3.9.1), as I do not have a compiler on my machine and cannot install one. Thus...