You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``sdmx`` (`‘sdmx1’ on PyPI <https://pypi.org/project/sdmx1>`_) is a Python implementation of the `SDMX <http://www.sdmx.org>`_ 2.1 (`ISO 17369:2013 <https://www.iso.org/standard/52500.html>`_) and 3.0 standards for **statistical data and metadata exchange**.
24
+
``sdmx`` (`‘sdmx1’ on PyPI <https://pypi.org/project/sdmx1>`_) is a Python implementation
25
+
of the `SDMX <http://www.sdmx.org>`_ 2.1 (`ISO 17369:2013 <https://www.iso.org/standard/52500.html>`_) and 3.0 standards
26
+
for **statistical data and metadata exchange**.
25
27
The SDMX standards are developed and used by national statistical agencies, central banks, and international organisations.
26
28
27
29
``sdmx`` can be used to:
28
30
29
-
- Explore and retrieve data available from SDMX-REST `web services <https://sdmx1.rtfd.io/en/latest/sources.html>`_ operated by providers including the World Bank, International Monetary Fund, Eurostat, OECD, and United Nations;
31
+
- Explore and retrieve data available from SDMX-REST `web services <https://sdmx1.rtfd.io/en/latest/sources.html>`_
32
+
operated by providers including the World Bank, International Monetary Fund, Eurostat, OECD, and United Nations;
30
33
- Read and write data and metadata in file formats including SDMX-ML (XML), SDMX-JSON, and SDMX-CSV;
31
-
- Convert data and metadata into `pandas <https://pandas.pydata.org>`_ objects, for use with the analysis, plotting, and other tools in the Python data science ecosystem;
32
-
- Apply the `SDMX information model <https://sdmx1.rtfd.io/en/latest/api.rst#api-model>`_ to structure and publish your own data;
34
+
- Convert data and metadata into `pandas <https://pandas.pydata.org>`_ objects,
35
+
for use with the analysis, plotting, and other tools in the Python data science ecosystem;
36
+
- Apply the `SDMX information model <https://sdmx1.rtfd.io/en/latest/implementation.html#im>`_ to structure and publish your own data;
33
37
34
38
…and much more.
35
39
36
40
37
41
Documentation
38
42
-------------
39
43
40
-
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.
44
+
See https://sdmx1.readthedocs.io/en/latest/ for the latest docs per the ``main`` branch,
45
+
or https://sdmx1.readthedocs.io/en/stable/ for the most recent release.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use these files except in compliance with the License.
53
+
Licensed under the Apache License, Version 2.0 (the “License”);
54
+
you may not use these files except in compliance with the License.
49
55
You may obtain a copy of the License:
50
56
51
57
- from the file LICENSE included with the source code, or
52
58
- at http://www.apache.org/licenses/LICENSE-2.0
53
59
54
-
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.
60
+
Unless required by applicable law or agreed to in writing,
61
+
software distributed under the License is distributed on an “AS IS” BASIS,
62
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55
63
See the License for the specific language governing permissions and limitations under the License.
0 commit comments