Skip to content

Commit 3e45dca

Browse files
authored
Update docstring as iso_code is not returned for WorldBank
1 parent ce5363c commit 3e45dca

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)