Source code @ Github — Authors
sdmx
(‘sdmx1’ on PyPI) is a Python implementation of the SDMX 2.1 (ISO 17369:2013) and 3.0 standards for statistical data and metadata exchange.
The SDMX standards are developed and used by national statistical agencies, central banks, and international organisations.
sdmx
can be used to:
- Explore and retrieve data available from SDMX-REST web services operated by providers including the World Bank, International Monetary Fund, Eurostat, OECD, and United Nations;
- Read and write data and metadata in file formats including SDMX-ML (XML), SDMX-JSON, and SDMX-CSV;
- 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 structure and publish your own data;
…and much more.
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.
Copyright 2014–2024, 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:
- from the file LICENSE included with the source code, or
- at http://www.apache.org/licenses/LICENSE-2.0
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.
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.