Skip to content

BUG: indexing changes to .loc for compat to .ix for several situations #15120

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

Closed
wants to merge 1 commit into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jan 12, 2017

handle iterator
handle NamedTuple
.loc retuns scalar selection dtypes correctly, closes #11617

xref #15113

@jreback jreback added Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves labels Jan 12, 2017
@jreback jreback added this to the 0.20.0 milestone Jan 12, 2017
handle iterator
handle NamedTuple
.loc retuns scalar selection dtypes correctly, closes pandas-dev#11617

xref pandas-dev#15113
@jreback
Copy link
Contributor Author

jreback commented Jan 12, 2017

I pulled these out of #15113 to make that a tiny bit cleaner (it will only be deprecations, no fixes now). and needed a tiny refactor to handle some slight differences between .ix and .loc

@jreback jreback closed this in 82ab26a Jan 12, 2017
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
handle iterator
handle NamedTuple
.loc retuns scalar selection dtypes correctly, closes pandas-dev#11617

xref pandas-dev#15113

Author: Jeff Reback <[email protected]>

Closes pandas-dev#15120 from jreback/indexing and squashes the following commits:

801c8d9 [Jeff Reback] BUG: indexing changes to .loc for compat to .ix for several situations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.loc on DataFrame returning coerced dtype for single rows
1 participant