Skip to content

Commit 2efff53

Browse files
convert kdocs examples fix
1 parent 7704027 commit 2efff53

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,6 @@ public fun <T, C, R> Convert<T, DataRow<C>>.asFrame(
456456
*
457457
* ### Examples:
458458
* ```kotlin
459-
* // Select `Int` columns ("valueA", "valueB") and multiply them with `Double` column ("coeff").
460-
* df.convert { valueA and valueB }.asColumn { it * coeff }
461459
* // Convert all columns into column groups, each containing the original column
462460
* df.convert { all() }.asColumn { listOf(it).toColumnGroup(it.name) }
463461
* // Converts all `String` columns by applying heavyIO to each element in parallel and assembling results back into columns.

0 commit comments

Comments
 (0)