pandaSDMX icon indicating copy to clipboard operation
pandaSDMX copied to clipboard

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

Open vova-malenky opened this issue 2 years ago • 1 comments

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()

vova-malenky avatar Feb 25 '23 21:02 vova-malenky

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: @.***>

dr-leo avatar Feb 26 '23 05:02 dr-leo