We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ix
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'"
model = pf.GARCH(returns,p=1,q=1)
It seems that the function is using the deprecated ix used in pandas and should be updated?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: