I'm using pandas data reader package to pull stock price data from Yahoo. The application works and I've used it many times in the past. Now it has stopped working. When I try to pull the data I get a type error about how string indices must be integers. Is this problem happening to anyone else?
I'm not really sure what else I can do except to change a data source. Is this a problem with my end or with Pandas and Yahoo?