Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dr-leo/pandaSDMX
Python interface to SDMX
https://github.com/dr-leo/pandaSDMX
Last synced: 3 months ago
JSON representation
Python interface to SDMX
- Host: GitHub
- URL: https://github.com/dr-leo/pandaSDMX
- Owner: dr-leo
- License: apache-2.0
- Created: 2014-07-17T19:33:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T22:09:54.000Z (11 months ago)
- Last Synced: 2024-07-30T11:43:08.672Z (3 months ago)
- Language: Python
- Size: 2.43 MB
- Stars: 125
- Watchers: 19
- Forks: 57
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-quant - pandaSDMX - 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. (Python / Data Sources)
README
pandaSDMX: Statistical Data and Metadata eXchange
=================================================.. image:: https://github.com/dr-leo/pandasdmx/workflows/Python%20package/badge.svg
:target: https://github.com/dr-leo/pandaSDMX/actions
:alt: Github actions CI status
.. image:: https://codecov.io/gh/dr-leo/pandaSDMX/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dr-leo/pandaSDMX
:alt: Codecov status
.. image:: https://readthedocs.org/projects/pandasdmx/badge/?version=latest
:target: https://pandasdmx.readthedocs.io/en/latest
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/pandaSDMX.svg
:target: https://pypi.org/project/pandaSDMX
:alt: PyPI
.. image:: https://img.shields.io/conda/dn/conda-forge/pandasdmx.svg
:target: https://github.com/conda-forge/pandasdmx-feedstock
:alt: conda-forge`Source code @ Github `_ —
`Authors `_**pandaSDMX** 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.**pandaSDMX** can be used to:
- explore the data available from `data providers
`_
such as the World Bank, ILO, BIS, ECB, Eurostat, OECD, UNICEF and United Nations;
- parse data and metadata in SDMX-ML (XML) or SDMX-JSON formats—either:- from local and remote files, or
- retrieved from pandasdmx 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
-------------* stable: https://pandasdmx.readthedocs.io/
* latest: https://pandasdmx.readthedocs.io/en/latest or
* v0.9: https://pandasdmx.readthedocs.io/en/v0.9 for the 0.9 release.License
-------Copyright 2014–2023, `pandaSDMX 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.0Unless 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.pandaSDMX contains code from `SDMX1 `_ which is itself
a fork of pandaSDMX.