-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Regression in CategoricalIndex in 0.20rc1 #16115
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
Labels
Bug
Categorical
Categorical Data Type
Regression
Functionality that used to work in a prior pandas version
Milestone
Comments
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 25, 2017
There is another case that error as well:
although the and with frames:
but those are related to the same issue. |
@jorisvandenbossche I don't think we have an issue for this bug in scalar gettitem indexing with a CI? (your example) |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 25, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 25, 2017
Ah, I see you already added a fix to the PR :-) |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 26, 2017
jreback
added a commit
that referenced
this issue
Apr 26, 2017
pcluo
pushed a commit
to pcluo/pandas
that referenced
this issue
May 22, 2017
* REGR: Bug in indexing with a CategoricalIndex closes pandas-dev#16115 * some cleaning * BUG: scalar getitem with a CI closes pandas-dev#16131
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Categorical
Categorical Data Type
Regression
Functionality that used to work in a prior pandas version
Code Sample, a copy-pastable example if possible
Problem description
There is no obvious change in get_dummies. The problem must be deeper in the indexing of a CateogricalIndex
Expected Output
The original dummy frame -- this is a trivial selection.
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: