Creates a column of Booleans by testing whether each element in the first column is greater than or equal to the corresponding element in the second column.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
static func >= (a: MLUntyped Column, b: MLUntyped Column) -> MLUntyped Column
Parameters
a
A column.
b
A column.
Return Value
A new column of Booleans if the columns have the same size and underlying type; otherwise an invalid column.