cudf.set_option#

cudf.set_option(name: str, val: Any)#

Set the value of option.

Parameters:
namestr

The name of the option.

valAny

The value to set.

Raises:
KeyError

If option name does not exist.

BaseException

Raised by validator if the value is invalid.