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 57766a5 commit 9b169bcCopy full SHA for 9b169bc
pandas_datareader/av/__init__.py
@@ -78,7 +78,7 @@ def _read_lines(self, out):
78
".".format(self.symbols)
79
)
80
else:
81
- raise RemoteDataError()
+ raise RemoteDataError(out)
82
df = df[sorted(df.columns)]
83
df.columns = [id[3:] for id in df.columns]
84
return df
0 commit comments