scprep.select.select_*
is ambiguous with modified RangeIndex
#83
Labels
scprep.select.select_*
is ambiguous with modified RangeIndex
#83
The attempt to disambiguate between
loc
andiloc
with pandas objects fails when the index is integer-valued.Desired output would be to treat [0,1] as an attempt to
iloc
.Worse still is the case when indices are not missing, but out of order. What is the desired output of the following? An ambiguity warning, probably.
The text was updated successfully, but these errors were encountered: