Eurostat

Eurostat#

Code reference#

Eurostat (ESTAT) provider.

Eurostat is used as to demonstrate interaction with a data provider that offers:

  • A web service that conforms to the SDMX REST API standard.

  • Data and metadata in the SDMX-ML formatl through this API.

In this case, TDC tools can retrieve the structure information and data directly, and no provider-specific conversion code is needed.

Functions

get(dataflow_id)

Retrieve the ESTAT structure and data for the data flow with ID dataflow_id.

list_flows()

Return a list of data flows.

transport_data.estat.get(dataflow_id: str)[source]#

Retrieve the ESTAT structure and data for the data flow with ID dataflow_id.

transport_data.estat.list_flows()[source]#

Return a list of data flows.