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 b09e39a commit dafa57bCopy full SHA for dafa57b
pandas_datareader/tests/yahoo/test_yahoo.py
@@ -224,7 +224,7 @@ def test_get_data_yahoo_actions_invalid_symbol(self):
224
225
@skip_on_exception(RemoteDataError)
226
def test_yahoo_reader_class(self):
227
- r = YahooDailyReader("GOOG")
+ r = YahooDailyReader("GOOG", start="JAN-01-2015")
228
df = r.read()
229
230
assert df.Volume.loc["JAN-02-2015"] == 1447500
0 commit comments