| Name | Description |
---|
 | MapAndInsertAfter(IListC, FuncIVector, IVector, IListC) |
Applies the specified function to selected columns and inserts
the result after each mapped column in the data frame.
|
 | MapAndInsertAfter(IListC, FuncIVector, IVector, FuncC, C) |
Applies the specified function to selected columns.
|
 | MapAndInsertAfterT(IListC, FuncVectorT, IVector, IListC) |
Applies the specified function to selected columns and inserts
the result after each mapped column in the data frame.
|
 | MapAndInsertAfterT(IListC, FuncVectorT, IVector, FuncC, C) |
Applies the specified function to selected columns.
|
 | MapAndInsertAfter(C, FuncIVector, IVector, C) |
Applies the specified function to selected columns.
|
 | MapAndInsertAfterT(C, FuncVectorT, IVector, C) |
Applies the specified function to selected columns.
|