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 60135d9 commit 3d6413bCopy full SHA for 3d6413b
pandas_datareader/tests/test_wb.py
@@ -63,7 +63,7 @@ def test_wdi_download(self):
63
('Mexico', '2004'): 7000.0,
64
('Mexico', '2003'): 7000.0,
65
('United States', '2004'): 42000.0,
66
- ('United States', '2003'): 40000.0}}
+ ('United States', '2003'): 39000.0}}
67
expected = pd.DataFrame(expected)
68
expected = expected.sort_index()
69
0 commit comments