dropDuplicates()
Creates a subset of the table by removing all duplicate rows.
Declaration
func dropDuplicates() -> MLDataTableReturn Value
A new data table.
Creates a subset of the table by removing all duplicate rows.
func dropDuplicates() -> MLDataTableA new data table.