Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.02 KB

README.rst

File metadata and controls

38 lines (24 loc) · 1.02 KB

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