DEPR: deprecate float keys in non-float indexers #4892
Labels
Admin
Administrative tasks related to the pandas project
API Design
Deprecate
Functionality to remove in pandas
Error Reporting
Incorrect or improved errors from pandas
Indexing
Related to indexing on series/frames, not to indexes themselves
Milestone
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 periodnote this does not really affect positional indexing fallback per se,
The text was updated successfully, but these errors were encountered: