[BUG] `cudf.pandas` doesn't fallback to pandas when `allows_duplicate_labels` is set
Open
bug
cudf.pandas
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Describe the bug**
cudf doesn't allow duplicate labels, but `cudf.pandas` is not falling back to `pandas` when `allows_duplicate_labels` is set.
This is causing failures in: `pandas-testing/pandas-tests/tests/generic/test_duplicate_labels.py`
Contributor guide
Assessment
This issue has not been assessed yet.