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