/pysdmx

Python interface to SDMX

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

pysdmx

Python interface to SDMX

Travis Build Status Documentation Status Coverage

Installation

For the time being, pysdmx is not on pypi. You can use the standard procedure from distutils.

python3 setup.py install

Usage

pysdmx provides a bookmark for the SDMX endpoint provided by Eurostat. You can easily retrieve a pandas.DataFrame()

>>>import pysdmx
>>>pysdmx.eurostat.dataframe('cdh_e_fos','..PC.FOS1.BE','2005','2011')