Share via


Tokenizer.Transform(DataFrame) Method

Definition

Executes the Tokenizer and transforms the DataFrame to include the new column

public Microsoft.Spark.Sql.DataFrame Transform (Microsoft.Spark.Sql.DataFrame source);
member this.Transform : Microsoft.Spark.Sql.DataFrame -> Microsoft.Spark.Sql.DataFrame
Public Function Transform (source As DataFrame) As DataFrame

Parameters

source
DataFrame

The DataFrame to transform

Returns

New DataFrame object with the source DataFrame transformed

Applies to