teradataml supports SQL functions with the SQLAlchemy extension. For lists of these functions, see Supported SQL Functions.
To access these functions in teradataml, you only need to know the following SQLAlchemy statement, the rest of the functionality is managed by teradataml and Vantage.
from sqlalchemy import funcYou can use this imported func module to call Vantage SQL functions and pass those to DataFrame.assign() function to process the data.
For more details about these functions, refer to Teradata Vantage™ - SQL Functions, Expressions, and Predicates, B035-1145.