Contents

dropDuplicates()

Creates a subset of the table by removing all duplicate rows.

Declaration

func dropDuplicates() -> MLDataTable

Return Value

A new data table.

Discussion

See Also

Discarding rows