ZhengyaoJiang / PGPortfolio

PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).
GNU General Public License v3.0
1.74k stars 750 forks source link

Update download_data option to use multi-index DataFrame from Panel which has been depricated #141

Closed ppmarkus closed 3 years ago

ppmarkus commented 3 years ago

merged changes to update Pandas Panels to Multi-index Dataframes in the 'download_data' main option

ppmarkus commented 3 years ago

merged changes to update Pandas Panels to Multi-index Dataframes in the 'download_data' main option

ppmarkus commented 3 years ago

sorry, I wanted to merge this back into my own forked version. I am trying to upgrade this project to use latest python package.