DEPR: deprecate float keys in non-float indexers #4892

Closed
jreback opened this Issue Sep 20, 2013 · 0 comments

Comments

Projects
None yet
1 participant
Contributor

jreback commented Sep 20, 2013

see #4850

Series(range(5))[3.0]

is accepted in 0.13, but ought to be deprecated (and warned)

ideally raise a TypeError after some transition period

note this does not really affect positional indexing fallback per se,

jreback was assigned Dec 18, 2013

jreback added the Deprecate label Mar 21, 2014

jreback closed this in #6853 Apr 11, 2014

@jreback jreback added a commit to jreback/pandas that referenced this issue Feb 12, 2016

@jreback jreback DEPR: removal of deprecation warnings for float indexers in a positio…
…nal setting,

and raise a TypeError, xref #4892

BUG: index type coercion when setting with an integer-like

closes #11836
5f7c9e9

@jreback jreback added a commit that referenced this issue Feb 13, 2016

@jreback jreback DEPR: removal of deprecation warnings for float indexers
raise a TypeError instead, xref #4892

closes #11836

similar to numpy in 1.11 [here](numpy/numpy#6271)

Author: Jeff Reback <jeff@reback.net>

Closes #12246 from jreback/deprecate2 and squashes the following commits:

5f7c9e9 [Jeff Reback] DEPR: removal of deprecation warnings for float indexers in a positional setting, and raise a TypeError, xref #4892
a8be55c

jreback referenced this issue Jul 24, 2016

Open

DEPR: deprecations log for removed issues #13777

65 of 65 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment