-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
'Index' object has no attribute 'get_values #379
Comments
I know this might be a little late. But the problem is that get_values() has been deprecated (around 0.25.0) and they recommend using to_numpy() function instead. So, go to your tears.py file and change the get_values() function to to_numpy() and it should work (worked in my case as I was having the same problem). |
@Vinayak285 confirmed it works in my case too. Thanks. |
Or you can just remove the 'get_values()', it works in my case |
get_values not working for latest versions so adding to_numpy method as per quantopian#379
Problem Description
Hi all, I re-ran the same code which worked well before but I am getting this error since I updated my alphalens. Is there anyone who can help? Thanks!
this is the factor_data I have
Please provide a minimal, self-contained, and reproducible example:
Please provide the full traceback:
Please provide any additional information below:
Versions
The text was updated successfully, but these errors were encountered: