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 f31d25c commit cd4efcbCopy full SHA for cd4efcb
src/test/kotlin/org/jetbrains/kotlinx/dataframe/testSets/person/DataFrameTests.kt
@@ -1055,7 +1055,6 @@ class DataFrameTests : BaseTest() {
1055
fun `select with rename`() {
1056
val expected = typed.select { name and age }.rename { all() }.into { it.name + 2 }
1057
typed.select { name into "name2" and age.into("age2") } shouldBe expected
1058
- df.select { name("name2") and age("age2") } shouldBe expected
1059
}
1060
1061
@Test
0 commit comments