DEPR: deprecate float keys in non-float indexers · Issue #4892 · pandas-dev/pandas (original) (raw)
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,