cudf.get_option# cudf.get_option(name: str) → Any[source]# Get the value of option. Parameters: keystrThe name of the option. Returns: The value of the option. Raises: KeyErrorIf option name does not exist.