Skip to content

ethangalebach/sdmx

 
 

Repository files navigation

sdmx: Statistical data and metadata exchange

Documentation Status Status of supported service endpoints

Source code @ GithubAuthors

sdmx is an Apache 2.0-licensed Python package that implements SDMX 2.1 (ISO 17369:2013), a format for exchange of statistical data and metadata used by national statistical agencies, central banks, and international organisations.

sdmx can be used to:

  • explore the data available from data providers such as the World Bank, International Monetary Fund, Eurostat, OECD, and United Nations;
  • parse data and metadata in SDMX-ML (XML) or SDMX-JSON formats—either:
    • from local files, or
    • retrieved from SDMX web services, with query validation and caching;
  • convert data and metadata into pandas objects, for use with the analysis, plotting, and other tools in the Python data science ecosystem;
  • apply the SDMX Information Model to your own data;

…and much more.

Documentation

See https://sdmx1.readthedocs.io/en/latest/ for the latest docs per the main branch, or https://sdmx1.readthedocs.io/en/stable/ for the most recent release.

License

Copyright 2014–2022, sdmx1 developers

Licensed under the Apache License, Version 2.0 (the “License”); you may not use these files except in compliance with the License. You may obtain a copy of the License:

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

History

sdmx is a fork of pandaSDMX; in turn a fork of pysdmx. Many people from all over the world have generously contributed code and feedback.

About

SDMX information model and client in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%