-
-
Notifications
You must be signed in to change notification settings - Fork 18.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
Weird IndexError /segfault for df.groupby(level="levelname") if na in level #2616
Comments
I want to add that also
fails with a duplicates in index error which is weird (the index before and after the unstack is unique).
|
The unstacking failure is happening because of an integer overflow problem. I'm looking into it |
Fixed the unstacking issue. thanks |
everything is working fine now. great work! |
I know that there are na issues for indices but I have never encountered this behavior before (pandas master):
(fully functional code depending on the requests and xlrd library and a berlin open data set)
now calling
works nicely whereas
results in
and
segfaults
The text was updated successfully, but these errors were encountered: