krangl / krangl / distinct

distinct

fun DataFrame.distinct(vararg selects: String = this.names.toTypedArray()): DataFrame

Retain only unique/distinct rows from an input tbl.

Arg
selects: Variables to use when determining uniqueness. If there are multiple rows for a given combination of inputs, only the first row will be preserved.