From ec3801ab8267a0bbd505433f984710ab3a028892 Mon Sep 17 00:00:00 2001 From: "Dr. Leo" Date: Sat, 29 Apr 2017 17:30:10 +0200 Subject: [PATCH 1/3] Update docs.ecosystem.api.pandasdmx --- doc/source/ecosystem.rst | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index ee0ea60c6f220..d883f654d1918 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -175,11 +175,28 @@ This package requires valid credentials for this API (non free). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pandaSDMX is an extensible library to retrieve and acquire statistical data and metadata disseminated in -`SDMX `_ 2.1. This standard is currently supported by -the European statistics office (Eurostat) -and the European Central Bank (ECB). Datasets may be returned as pandas Series -or multi-indexed DataFrames. - +`SDMX `_ 2.1, an ISO-standard +widely used +by institutions +such as statistics offices, central banks, and international organisations. +Datasets and related structural metadata including dataflows, code-lists, +and datastructure definitions can be exposed as pandas Series +or multi-indexed DataFrames. + +As of May 2017, pandaSDMX has built-in support for the following agencies (others may be +configured by the user): + +* `Australian Bureau of Statistics (ABS) `_ +* `European Central Bank (ECB) `_ +* `Eurostat `_ +* `French National Institute for Statistics (INSEE) + `_ +* `International Monetary Fund (IMF) - SDMX Central only + `_ +* `Organisation for Economic Cooperation and Development (OECD) + `_ +* `United Nations Statistics Division (UNSD) `_ + `fredapi `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fredapi is a Python interface to the `Federal Reserve Economic Data (FRED) `__ From d451f5731d284835ec78c5e5bcbed8fda2d40afd Mon Sep 17 00:00:00 2001 From: "Dr. Leo" Date: Mon, 1 May 2017 21:36:31 +0200 Subject: [PATCH 2/3] Remove links to data providers --- doc/source/ecosystem.rst | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index d883f654d1918..feb2f5bbf5609 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -176,26 +176,23 @@ This package requires valid credentials for this API (non free). pandaSDMX is an extensible library to retrieve and acquire statistical data and metadata disseminated in `SDMX `_ 2.1, an ISO-standard -widely used -by institutions -such as statistics offices, central banks, and international organisations. -Datasets and related structural metadata including dataflows, code-lists, -and datastructure definitions can be exposed as pandas Series -or multi-indexed DataFrames. +widely used by institutions such as statistics offices, central banks, +and international organisations. + +pandaSDMX can expose datasets and related structural metadata including dataflows, code-lists, +and datastructure definitions as pandas Series +or multi-indexed DataFrames. As of May 2017, pandaSDMX has built-in support for the following agencies (others may be configured by the user): -* `Australian Bureau of Statistics (ABS) `_ -* `European Central Bank (ECB) `_ -* `Eurostat `_ -* `French National Institute for Statistics (INSEE) - `_ -* `International Monetary Fund (IMF) - SDMX Central only - `_ -* `Organisation for Economic Cooperation and Development (OECD) - `_ -* `United Nations Statistics Division (UNSD) `_ +* Australian Bureau of Statistics (ABS) +* European Central Bank (ECB) +* Eurostat +* French National Institute for Statistics (INSEE) +* International Monetary Fund (IMF) - SDMX Central only +* Organisation for Economic Cooperation and Development (OECD) +* United Nations Statistics Division (UNSD) `fredapi `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From d97e0060086200ddf54375ec733975f799092569 Mon Sep 17 00:00:00 2001 From: "Dr. Leo" Date: Mon, 1 May 2017 21:44:41 +0200 Subject: [PATCH 3/3] Removed references to data providers --- doc/source/ecosystem.rst | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index feb2f5bbf5609..31849fc142aea 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -173,26 +173,14 @@ This package requires valid credentials for this API (non free). `pandaSDMX `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -pandaSDMX is an extensible library to retrieve and acquire statistical data +pandaSDMX is a library to retrieve and acquire statistical data and metadata disseminated in `SDMX `_ 2.1, an ISO-standard widely used by institutions such as statistics offices, central banks, -and international organisations. - -pandaSDMX can expose datasets and related structural metadata including dataflows, code-lists, +and international organisations. pandaSDMX can expose datasets and related +structural metadata including dataflows, code-lists, and datastructure definitions as pandas Series or multi-indexed DataFrames. - -As of May 2017, pandaSDMX has built-in support for the following agencies (others may be -configured by the user): - -* Australian Bureau of Statistics (ABS) -* European Central Bank (ECB) -* Eurostat -* French National Institute for Statistics (INSEE) -* International Monetary Fund (IMF) - SDMX Central only -* Organisation for Economic Cooperation and Development (OECD) -* United Nations Statistics Division (UNSD) `fredapi `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~