/(_:_:)
Creates a column by dividing the given value by each element of the given column.
Declaration
static func / (a: any MLDataValueConvertible, b: MLUntypedColumn) -> MLUntypedColumnParameters
- a:
An value.
- b:
A column.
Return Value
A new column if the column and value have the same underlying type; otherwise an invalid column.