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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Go to our Binder and run either this [README](https://mybinder.org/v2/gh/mwouts/
100
100
101
101
## The World Bank
102
102
103
-
The [World Bank](https://www.worldbank.org/)Data has a [Data Catalog](https://datacatalog.worldbank.org/), and an interactive [data explorer](https://data.worldbank.org/indicator/sp.pop.totl).
103
+
The [World Bank](https://www.worldbank.org/) has a [Data Catalog](https://datacatalog.worldbank.org/), and an interactive [data explorer](https://data.worldbank.org/indicator/sp.pop.totl).
104
104
105
105
Third party applications that allow to access the data from various languages are listed [here](https://data.worldbank.org/products/third-party-apps).
106
106
@@ -110,9 +110,10 @@ The World Bank data is also available in Google's [Data Explorer](https://data.w
110
110
111
111
## Python
112
112
113
-
Alternatively to `world_bank_data`, Python users may find useful the following two packages:
113
+
Alternatively to `world_bank_data`, Python users may find useful the following packages:
114
114
-[`wbpy`](https://github.com/mattduck/wbpy/blob/master/README.rst), nicely documented but last released in 2013.
115
115
-[`wbdata`](https://github.com/oliversherouse/wbdata/blob/master/README.rst), which works well.
The reason for which I wrote `world_bank_data` is mostly speed, e.g. I wanted to use the lastest version of the World Bank API (v2) and benefit from significant speed improvements. Reimplementing the API also gave me a finer control on the mapping of options.
118
119
@@ -128,7 +129,7 @@ See also the [Introduction to the wbstats R-package](https://cran.r-project.org/
128
129
129
130
## Country and indicator description in non-English languages
130
131
131
-
The World Bank describes their sources and indicators in a other languages than English. Use either the `language` argument in each of `get_countries`, `get_indicators`, etc, or change the default globally:
132
+
The World Bank describes their sources and indicators in other languages than English. Use either the `language` argument in each of `get_countries`, `get_indicators`, etc, or change the default globally:
0 commit comments