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 4b1e0a3 commit 2558177Copy full SHA for 2558177
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/move.kt
@@ -376,6 +376,8 @@ internal interface MoveTo {
376
* where the selected columns will be moved.
377
* @param [columns] The [Columns Selector][ColumnsSelector] used to select the columns of this [DataFrame] to move.
378
*/
379
+@Refine
380
+@Interpretable("MoveTo1")
381
public fun <T> DataFrame<T>.moveTo(newColumnIndex: Int, columns: ColumnsSelector<T, *>): DataFrame<T> =
382
move(columns).to(newColumnIndex)
383
0 commit comments