Skip to content

Commit 605d1ac

Browse files
convert fix
1 parent 12915ce commit 605d1ac

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import kotlin.reflect.full.isSubtypeOf
5757
import kotlin.reflect.typeOf
5858

5959
/**
60-
* Converts the values in the specified [columns] to a target type
60+
* Converts the values in the specified [columns\] to a target type
6161
* or using a custom converter, keeping their original names and positions within the [DataFrame].
6262
*
6363
* This function does not immediately convert the columns but instead select columns to convert and
@@ -518,7 +518,7 @@ public inline fun <reified C> DataColumn<String?>.convertTo(parserOptions: Parse
518518
*
519519
* @param [newType] The target type to convert values to.
520520
* @param [parserOptions] Optional [ParserOptions] to customize parsing behavior (e.g., locale, null strings).
521-
* @return A new [DataColumn] with the values converted to type [C].
521+
* @return A new [DataColumn] with the values converted to [type].
522522
*/
523523
public fun DataColumn<String?>.convertTo(newType: KType, parserOptions: ParserOptions? = null): AnyCol =
524524
when {

0 commit comments

Comments
 (0)