Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DEPR: deprecate float keys in non-float indexers #4892
Comments
jreback
was assigned
Dec 18, 2013
jreback
referenced
this issue
Jan 23, 2014
Closed
pandas 0.13.0 tests fail against numpy 1.8.x #5997
jreback
added the
Deprecate
label
Mar 21, 2014
This was referenced Apr 9, 2014
jreback
closed this
in #6853
Apr 11, 2014
jreback
referenced
this issue
Feb 6, 2016
Closed
DEPR: removal of deprecation warnings for float indexers #12246
jreback
added a commit
to jreback/pandas
that referenced
this issue
Feb 12, 2016
|
|
jreback |
5f7c9e9
|
jreback
added a commit
that referenced
this issue
Feb 13, 2016
|
|
jreback |
a8be55c
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedSep 20, 2013
see #4850
Series(range(5))[3.0]is accepted in 0.13, but ought to be deprecated (and warned)
ideally raise a
TypeErrorafter some transition periodnote this does not really affect positional indexing fallback per se,