multiplyColumns

fun AnyFrame.multiplyColumns(columnNames: List<String>): AnyFrame

Causes a new column to be added to the dataframe that represents the element-wise multiplication of the columns in the list. The columns must be in the dataframe and the columns must hold Double values.