-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
groupby.pyx #79
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
Comments
I just did it now (just pushed to master). Strange why that doesn't cause an error when I build. What Cython version are you using? Let me know once you've gotten it to build |
Success! Thanks. |
awesome. I will upgrade my Cython (on 0.14.1) too as it looks like it's doing some more rigorous syntax checking now which is great. let me know if you have any trouble |
Closed
3 tasks
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Wes,
got an error when building
"
index = np.asarray(index)
^
/home/yinchun/diy/pyenv/invest/src/pandas/pandas/src/groupby.pyx:62:28: local variable 'index' referenced before assignment
"
could i just delete this line??
Thanks,
Tim
The text was updated successfully, but these errors were encountered: