dr-leo / pandaSDMX

Python interface to SDMX
Apache License 2.0
128 stars 60 forks source link

404 Client Error: for url: https://ec.europa.eu/eurostat/SDMX/diss-web/rest/dataflow/ESTAT/latest #238

Open vova-malenky opened 1 year ago

vova-malenky commented 1 year ago

Here is the offending python code fragment:

import pandasdmx as ps
eurostat = ps.Request('ESTAT')
eurostat.timeout = 300
block_size = 50
flow_resp = eurostat.dataflow()
dr-leo commented 1 year ago

This is a known issue caused by a change in the Eurostat endpoint. It is fixed in version 1.10. Get it from the python package index.The conda package is in the works.Am 25.02.2023 um 22:56 schrieb vova-malenky @.***>: Here is the offending python code fragment: import pandasdmx as ps eurostat = ps.Request('ESTAT') eurostat.timeout = 300 block_size = 50 flow_resp = eurostat.dataflow()

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>