RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.1k stars 240 forks source link

Deprecated `ix` should be replaced #160

Open hanhanwu opened 3 years ago

hanhanwu commented 3 years ago

When I am running model = pf.GARCH(returns,p=1,q=1) shown this example https://pyflux.readthedocs.io/en/latest/garch.html it gave me an error saying "'DataFrame' object has no attribute 'ix'"

It seems that the function is using the deprecated ix used in pandas and should be updated?