raphi6
raphi6
Is there some way that I can implement a temporary solution using yfinance as an override and pull request it ?
> > Is there some way that I can implement a temporary solution using yfinance as an override and pull request it ? > > ``` > >>> from pandas_datareader...
> They started to encrypt the stores, looks like they encrypted with AES or something like that and now stores values comes as a string, not sure how to solve...
> > What are the stores? I will try anything to fix this as I have just submitted my interim dissertation and without this library, my code has no data...
> File "/Users/yeison/miniforge3/envs/tf-metal-0.6.0/lib/python3.10/site-packages/pandas_datareader/yahoo/daily.py", line 153, in _read_one_data data = j["context"]["dispatcher"]["stores"]["HistoricalPriceStore"] TypeError: string indices must be integers I have found a fix, as stated in above comment. Do you know how...
> Ahh yes branching, I always forget. So now I will checkout pandas-datareader, create a branch and add my changes, create a pull request. And that should work?
> Yes I think so, it may not be the best way of doing it but I do not currently know of a better one. By setting an upstream branch...
I've opened a pull request with working code, be sure to check it out if it works for you guys.
> > I've opened a pull request with working code, be sure to check it out if it works for you guys. > > This fix by @raphi6 needs to...
Check issue #952 , waiting on some help to get it accepted for PR #953