Teradata Package for Python Function Reference | 17.10 - print_options - Teradata Package for Python - Look here for syntax, methods and examples for the functions included in the Teradata Package for Python.

Teradata® Package for Python Function Reference

Product
Teradata Package for Python
Release Number
17.10
Published
April 2022
Language
English (United States)
Last Update
2022-08-19
lifecycle
previous
Product Category
Teradata Vantage
teradataml.utils.print_versions.print_options = print_options()
DESCRIPTION:
    Displays both configure and display options set in the current user's session.
 
PARAMETERS:
    None.
 
RETURNS:
    None.
 
RAISES:
     Warnings
 
EXAMPLES:
    >>> import teradataml as tdml
    >>> tdml.print_options()
    Display Options
    ------------------
    display.max_rows = 10
    display.precision = 3
    display.byte_encoding = base16
    display.print_sqlmr_query = False
 
    Configure Options
    ------------------
    configure.default_varchar_size = 1024
    configure.column_casesensitive_handler = False
    configure.vantage_version = vantage2.0
    configure.val_install_location = None