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.
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.