NVIDIA / NVIDIA/cudf

[ENH]: cudf options that map onto pandas ones should have identical names

Open
#12,765 1 comment 0 reactions 0 assignees View on GitHub
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

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.