Great Book Thank you for Author, Lot of best wishes !
I am getting an error on the 4th line of the first chapter, any idea ?
from pandas_datareader import data
start_date = '2014-01-01'
end_date = '2018-01-01'
goog_data = data.DataReader('GOOG', 'yahoo', start_date, end_date)
ERROR:
data = j["context"]["dispatcher"]["stores"]["HistoricalPriceStore"]
TypeError: string indices must be integers