Skip to content

BUG: Bug in Categorical.__getitem__/__setitem__ with listlike input getting incorrect result from indexer coercion (GH9469) #9470

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
Feb 12, 2015

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Feb 11, 2015

closes #9469

…etting incorrect results from indexer coercion (GH9469)
@jreback jreback added Bug Categorical Categorical Data Type labels Feb 11, 2015
@jreback jreback added this to the 0.16.0 milestone Feb 11, 2015
jreback added a commit that referenced this pull request Feb 12, 2015
BUG: Bug in Categorical.__getitem__/__setitem__ with listlike input getting incorrect result from indexer coercion (GH9469)
@jreback jreback merged commit c37f8df into pandas-dev:master Feb 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Categorical Categorical Data Type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Categorical[idx].codes != Categorical.codes[idx]
1 participant