dropDuplicates()
Creates a subset of the column by removing all duplicate elements.
Declaration
func dropDuplicates() -> MLUntypedColumnReturn Value
A new column.
Creates a subset of the column by removing all duplicate elements.
func dropDuplicates() -> MLUntypedColumnA new column.