NVIDIA / NVIDIA/cudf

[BUG] MultiIndex.difference returns a pandas MultiIndex

Open
#10,601 2 comments 0 reactions 0 assignees View on GitHub
bug Python
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

**Describe the bug**
[The implementation of `MultiIndex.difference`](https://github.com/rapidsai/cudf/blob/branch-22.06/python/cudf/cudf/core/multiindex.py#L1487) converts to pandas and calls that object's method rather than properly implementing it.

**Expected behavior**
This method should be implemented internally and return a cudf MultiIndex object.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.