File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,10 @@ public fun <T> DataFrame<T>.moveTo(
246246): DataFrame <T > = move(columns).to(newColumnIndex, insideGroup)
247247
248248/* *
249- * * Moves the specified [columns\] to a new position specified
250- * * by [columnIndex]. If [insideGroup] is true selected columns
251- * * will be moved remaining within their [ColumnGroup],
252- * * else they will be moved to the top level.
249+ * Moves the specified [columns\] to a new position specified
250+ * by [columnIndex]. If [insideGroup] is true selected columns
251+ * will be moved remaining within their [ColumnGroup],
252+ * else they will be moved to the top level.
253253 *
254254 * @include [CommonMoveToDocs]
255255 * @include [SelectingColumns.ColumnNames] {@include [SetMoveToOperationArg]}
You can’t perform that action at this time.
0 commit comments