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