July 2017
Intermediate to advanced
796 pages
18h 55m
English
A standard Transformer transforms the input dataset into the output dataset, explicitly applying transformation function to the input data. There is no dependency on the input data other than reading the input column and generating the output column.
Such Transformers are invoked as shown next:
outputDF = transfomer.transform(inputDF)
Examples of standard Transformers are as follows and will be explained in detail in the subsequent sections:
Read now
Unlock full access