We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526b832 commit 51d5881Copy full SHA for 51d5881
pandas_datareader/tests/test_wb.py
@@ -57,6 +57,8 @@ def test_wdi_download(self):
57
# data revisions in the future).
58
expected = {'NY.GDP.PCAP.CD': {('Canada', '2004'): 32000.0,
59
('Canada', '2003'): 28000.0,
60
+ ('Kosovo', '2004'): 2000.0,
61
+ ('Kosovo', '2003'): 2000.0,
62
('Mexico', '2004'): 7000.0,
63
('Mexico', '2003'): 7000.0,
64
('United States', '2004'): 42000.0,
0 commit comments