| Name | Description |
---|
 | MapAndAppend(IListC, FuncIVector, IVector, IListC) |
Applies the specified function to selected columns and appends the results
to the end of the data frame.
|
 | MapAndAppend(IListC, FuncIVector, IVector, FuncC, C) |
Applies the specified function to selected columns.
|
 | MapAndAppendT(IListC, FuncVectorT, IVector, IListC) |
Applies the specified function to selected columns and appends the results
to the end of the data frame.
|
 | MapAndAppendT(IListC, FuncVectorT, IVector, FuncC, C) |
Applies the specified function to selected columns.
|
 | MapAndAppend(C, FuncIVector, IVector, C) |
Applies the specified function to selected columns and appends the results
to the end of the data frame.
|
 | MapAndAppendT(C, FuncVectorT, IVector, C) |
Applies the specified function to selected columns and appends the results
to the end of the data frame.
|