Skip to content

Commit 0a12bd0

Browse files
filter kdocs distinct mention
1 parent a3cc265 commit 0a12bd0

File tree

1 file changed

+1
-0
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

1 file changed

+1
-0
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/filter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public inline fun <T> DataColumn<T>.filter(predicate: Predicate<T>): DataColumn<
5757
* See also:
5858
* - [filterBy], which filters rows based on the values in a given [Boolean] column.
5959
* - [drop][DataFrame.drop], which drops rows based on values within the row.
60+
* - [distinct][DataFrame.distinct], which filters rows with duplicated values.
6061
*
6162
* ### Example
6263
* ```kotlin

0 commit comments

Comments
 (0)