The examples in this section use the DataFrame "df" created using the following command.
Examples Prerequisite
Assume a teradataml DataFrame "df" is created from a table "admissions_train", using command:
>>> df = DataFrame("admissions_train")