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.
2 parents a3f8b9b + c7db2b5 commit 4b1e0a3Copy full SHA for 4b1e0a3
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/move.kt
@@ -190,6 +190,8 @@ private interface CommonMoveToDocs
190
* where the selected columns will be moved.
191
* @param [columns\] The [Columns Selector][ColumnsSelector] used to select the columns of this [DataFrame] to move.
192
*/
193
+@Refine
194
+@Interpretable("MoveTo1")
195
public fun <T> DataFrame<T>.moveTo(newColumnIndex: Int, columns: ColumnsSelector<T, *>): DataFrame<T> =
196
move(columns).to(newColumnIndex)
197
0 commit comments