We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In [1]: from pandas import * In [2]: idx = MultiIndex.from_tuples([(0, 'a'), (1, 'b'), (2, 'c')]) In [3]: pd.isnull(idx) Segmentation fault: 11 (pandas-dev)dhcp80fff527:pandas tom$
This is on latest master ('0.12.0-757-g69b67f3'). Numpy 1.7.1.
'0.12.0-757-g69b67f3'
The text was updated successfully, but these errors were encountered:
FWIW, I'm not sure what I would expect this to return. But probably not a segfault :)
Sorry, something went wrong.
I'm pretty sure I can fix it right now to not segfault - not really sure what it should return though.
@TomAugspurger you want to check what it does on 0.11 or 0.12?
I'm having trouble building on the older versions. I'll try later on a fresh virtualenv.
Successfully merging a pull request may close this issue.
This is on latest master (
'0.12.0-757-g69b67f3'
). Numpy 1.7.1.The text was updated successfully, but these errors were encountered: