[ENH]: cudf options that map onto pandas ones should have identical names
Open
improvement
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
A followup to #12619; to enable copy-on-write in pandas one says `set_option("mode.copy_on_write", True)`, whereas to enable in cudf one must say `set_option("copy_on_write", True)`.
There might be other cases, but where cudf exposes the same configuration options as pandas, the names should match as a principle of least surprise.
Contributor guide
Assessment
This issue has not been assessed yet.