Open vova-malenky opened 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: @.***>
Here is the offending python code fragment: