dataframe.drop not working for multindex[QST]
Open
0 - Backlog
bug
Python
question
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
I have a cudf dataframe which looks like this

I want to drop all the rows corresponding to some multiindex. For example I want to drop
`index_to_drop= cudf.MultiIndex.from_tuples(zip([0,0], [1,2]), names=("B_0", "B_1"))`
`df.drop(index=index_to_drop)`
I am getting a NotImplementedError, however same thing is working in Pandas
Contributor guide
Assessment
This issue has not been assessed yet.