cudf.set_option# cudf.set_option(name: str, val: Any)[source]# Set the value of option. Parameters: namestrThe name of the option. valAnyThe value to set. Raises: KeyErrorIf option name does not exist. BaseExceptionRaised by validator if the value is invalid.