DataFrame.map_row() and DataFrame.map_partition() methods provide functionality to apply a Python function to each row or group of rows in the teradataml DataFrame, and return the result as a teradataml DataFrame.
These functions support Python functions including lambda functions.