You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the code it keeps getting me this error
import pandas_datareader as web
import datetime as dt
start = dt.datetime(2019,1,1)
end = dt.datetime.now()
data = web.DataReader('TSLA', 'yahoo', start, end)
print(data)
data = j["context"]["dispatcher"]["stores"]["HistoricalPriceStore"]
TypeError: string indices must be integers