Teradata Package for Python Function Reference | 20.00 - 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 - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for Python
Release Number
20.00.00.03
Published
December 2024
ft:locale
en-US
ft:lastEdition
2024-12-19
dita:id
TeradataPython_FxRef_Enterprise_2000
lifecycle
latest
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
    display.suppress_vantage_runtime_warnings = False
 
    Configure Options
    ------------------
    configure.default_varchar_size = 1024
    configure.column_casesensitive_handler = False
    configure.vantage_version = vantage2.0
    configure.val_install_location = None