[FEA] Add a `cudf.api.indexers.BaseIndexer` class equivalent to `pd.api.indexer.BaseIndexer`
Open
feature request
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Is your feature request related to a problem? Please describe.**
For context: https://github.com/rapidsai/cudf/pull/9085#discussion_r695093462
We will have to provide a class equivalent to `BaseIndexer` in `cudf`, we currently use the pandas `BaseIndexer` in our code.
Note :
As part of this FEA, we will have to add a dispatch mechanism in `dask` & probably figure out how to dispatch correctly in `dask-sql`
Contributor guide
Assessment
This issue has not been assessed yet.