We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cc265 commit 0a12bd0Copy full SHA for 0a12bd0
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/filter.kt
@@ -57,6 +57,7 @@ public inline fun <T> DataColumn<T>.filter(predicate: Predicate<T>): DataColumn<
57
* See also:
58
* - [filterBy], which filters rows based on the values in a given [Boolean] column.
59
* - [drop][DataFrame.drop], which drops rows based on values within the row.
60
+ * - [distinct][DataFrame.distinct], which filters rows with duplicated values.
61
*
62
* ### Example
63
* ```kotlin
0 commit comments