We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line that raises the exception is 245 in alphavantage.py: data_pandas = pandas.DataFrame(data_array, columns=[ k for k, _ in data[0].items()])
Raised because data is empty.
The text was updated successfully, but these errors were encountered:
Fixed exception from empty search results when output is pandas. Fixe…
df2628f
…s Issue RomelTorres#244 Signed-off-by: David Roitman <david.i.roitman@gmail.com>
Merge pull request #245 from DavidIRoitman/develop
d815ea5
Fixed exception from empty search results when output is pandas. Fixes Issue #244
No branches or pull requests
Line that raises the exception is 245 in alphavantage.py:
data_pandas = pandas.DataFrame(data_array, columns=[
k for k, _ in data[0].items()])
Raised because data is empty.
The text was updated successfully, but these errors were encountered: