Skip to content

BUG: various Categorical fixes (GH8623) #8700

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
Oct 31, 2014
Merged

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Oct 31, 2014

BUG: bug in selecting from a Categorical with iloc (GH8623)
BUG: bug in groupby-transform with a Categorical (GH8623)
BUG: bug in duplicated/drop_duplicates with a Categorical (GH8623)

closes #8623

@jreback jreback added Bug Categorical Categorical Data Type labels Oct 31, 2014
@jreback jreback added this to the 0.15.1 milestone Oct 31, 2014
@jreback jreback changed the title BUG: various Categorical fixes (GH6823) BUG: various Categorical fixes (GH8623) Oct 31, 2014
BUG: bug in groupby-transform with a Categorical (GH8623)
BUG: bug in duplicated/drop_duplicates with a Categorical (GH8623)
@jreback jreback added the Indexing Related to indexing on series/frames, not to indexes themselves label Oct 31, 2014
jreback added a commit that referenced this pull request Oct 31, 2014
BUG: various Categorical fixes (GH8623)
@jreback jreback merged commit 3579304 into pandas-dev:master Oct 31, 2014
@kay1793
Copy link

kay1793 commented Nov 1, 2014

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pd.Catagorical breaks transform, drop_duplicates, iloc
2 participants