Skip to content

MichelJuillard/pysdmx

 
 

Repository files navigation

pysdmx

Python interface to SDMX

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

About

Python interface to SDMX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • Makefile 3.3%