Skip to content

Commit ec799a0

Browse files
authored
Merge pull request #708 from gliptak/patch-2
Update docstring as iso_code is not returned for WorldBank
2 parents ce5363c + 3e45dca commit ec799a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/wb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ def download(
856856
Returns
857857
-------
858858
data : DataFrame
859-
DataFrame with columns country, iso_code, year, indicator value
859+
DataFrame with columns country, year, indicator value
860860
"""
861861
return WorldBankReader(
862862
symbols=indicator,

0 commit comments

Comments
 (0)