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 800ebf9 commit 1b47bfdCopy full SHA for 1b47bfd
core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/api/move.kt
@@ -235,7 +235,6 @@ class MoveTests {
235
df["b"].asColumnGroup().columnNames() shouldBe listOf("d", "c")
236
}
237
238
- // not working
239
@Test
240
fun `move single nested column between columns remaining inside the group`() {
241
// creating an appropriate df for the test
0 commit comments