File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ import kotlin.reflect.full.isSubtypeOf
57
57
import kotlin.reflect.typeOf
58
58
59
59
/* *
60
- * Converts the values in the specified [columns] to a target type
60
+ * Converts the values in the specified [columns\ ] to a target type
61
61
* or using a custom converter, keeping their original names and positions within the [DataFrame].
62
62
*
63
63
* 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
518
518
*
519
519
* @param [newType] The target type to convert values to.
520
520
* @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 ].
522
522
*/
523
523
public fun DataColumn<String?>.convertTo (newType : KType , parserOptions : ParserOptions ? = null): AnyCol =
524
524
when {
You can’t perform that action at this time.
0 commit comments