You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/select.kt
-14
Original file line number
Diff line number
Diff line change
@@ -106,20 +106,6 @@ internal interface Select {
106
106
interfaceSelectSelectingOptions
107
107
}
108
108
109
-
privateinterfaceSetSelectOperationArg
110
-
111
-
/**
112
-
* ## The Select Operation
113
-
*
114
-
* Returns a new [DataFrame][org.jetbrains.kotlinx.dataframe.DataFrame] with only the columns selected by [columns][org.jetbrains.kotlinx.dataframe.columns].
115
-
*
116
-
* See [Selecting Columns][org.jetbrains.kotlinx.dataframe.api.Select.SelectSelectingOptions].
117
-
*
118
-
* For more information: [See `select` on the documentation website.](https://kotlin.github.io/dataframe/select.html)
0 commit comments