pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
2.03k stars 300 forks source link

Make ffn work with >0.23 version of pandas #56

Closed johnsloper closed 6 years ago

johnsloper commented 6 years ago

pandas_datareader does not work with the latest version of pandas (>0.23). This fixes the problem, but is a temporary work around until the next version of pandas_datareader is released (see issue here https://github.com/pydata/pandas-datareader/issues/545)

Since it is unknown when the next version might be released I believe it would be nice to make a version of ffn that supports pandas >0.23, hence this PR.

JordanPlatts commented 6 years ago

Awesome thanks for contributing!