Options#
cuDF has an options API to configure and customize global behavior. This API complements the pandas.options API with features specific to cuDF.
cudf.describe_option()
will print the option’s description,
the current value, and the default value.
When no argument is provided,
all options are printed.
To set value to a option, use cudf.set_option()
.
See the options API reference for descriptions of the available options.