cudf.describe_option# cudf.describe_option(name: str | None = None)[source]# Print the description of an option. If name is unspecified, prints the description of all available options. Parameters: nameOptional[str]The name of the option.