Skip to content

v0.5.0: SDMX TSV bulk downloads

Choose a tag to compare

@cyanheads cyanheads released this 04 Aug 16:58
· 2 commits to main since this release
v0.5.0
5da45b5

SDMX TSV bulk downloads

  • eurostat_download_dataset streams the SDMX 2.1 TSV bulk endpoint and stages a whole dataset on the dataframe canvas — roughly half the bytes of eurostat_query_dataset's JSON-stat body for the same data (#8)
  • New EurostatBulkService: streaming gzip sniffing (no Content-Encoding header on compressed bodies), a byte budget enforced mid-transfer, SOAP-fault and async-queue-envelope classification, wide-to-long TSV expansion
  • eurostat_query_dataset, both dataframe tools, and three other tool descriptions rewritten to route between a dataset slice and a whole download, and to flag that the two dataframe stagers disagree on obs_flag
  • docs: README, design doc, and plugin manifest updated for the new tool

CHANGELOG v0.5.0