Skip to content

overflow bug in multi-index when checking for duplicates #9101

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

Merged
merged 1 commit into from
Dec 18, 2014

Conversation

behzadnouri
Copy link
Contributor

closes #9075

@jreback jreback added this to the 0.16.0 milestone Dec 18, 2014
jreback added a commit that referenced this pull request Dec 18, 2014
overflow bug in multi-index when checking for duplicates
@jreback jreback merged commit f7af818 into pandas-dev:master Dec 18, 2014
@jreback
Copy link
Contributor

jreback commented Dec 18, 2014

@behzadnouri thanks!

@jorisvandenbossche
Copy link
Member

the tests break on python 3.2 (we still support this?) due to the use of the u'..' syntax

See the extra builds below: https://travis-ci.org/pydata/pandas/builds/44414725

@jreback
Copy link
Contributor

jreback commented Dec 20, 2014

just need to do (technically we do support) - it's not hard to maintain
though if others are dropping 3.2?

u('value') instead of u'value'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

change in MultiIndex.has_duplicates behavior from 0.15.0 -> 0.15.2
3 participants