Closed chopin-007 closed 4 years ago
It sounds similar to #130. Make sure you're using the same pandas version as recommended in the requirements.txt file. A newer version will cause issues
It sounds similar to #130. Make sure you're using the same pandas version as recommended in the requirements.txt file. A newer version will cause issues
pip install 'pandas==1.0.5' --force-reinstall
definitely helped. Although this issue will arise again for other users in the future... Would there be an update to the code to deal with newer panda versions?
Thank you!
See #140, contributions welcome
I'm trying to apply resolution for fetch_historical_prices_by_epic_and_num_points and got stuck on conv_resol(resolution) which gives error of:
TypeError: unhashable type: 'pandas._libs.tslibs.offsets.Minute'