Closed
Description
See pandas-dev/pandas#27258, recent change in pandas broke some CoordinateIndexer tests.
The current implementation of CoordinateIndexer:
Lines 734 to 761 in 7c66c93
is relying on some pandas internals. We should see if we can make this cleaner.
I actually think this only needs the __getitem__
of its parent _NDFrameIndexer
, so that is something we could implement rather easily ourselves.
In addition, we use DataFrame/Series._create_indexer
, but this is also only 3 lines of code.
Metadata
Metadata
Assignees
Labels
No labels