isel
isel(
self ,
indexers ,
)-> ‘Any’
A sliced view keeps a lazy index; fancy indexing materializes.
Falling back to a pandas index over just the selected labels (rather than returning None, which would drop the index) keeps label selection working on the result.