We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeError
note this does not really affect positional indexing fallback per se,