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 d72e41d commit 7a2c513Copy full SHA for 7a2c513
core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/testSets/person/DataFrameTests.kt
@@ -552,7 +552,7 @@ class DataFrameTests : BaseTest() {
552
553
@Test
554
fun `drop nulls 1`() {
555
- fun AnyFrame.check() = rows().forEach { get("weight") shouldNotBe null }
+ fun AnyFrame.check() = rows().forEach { it["weight"] shouldNotBe null }
556
557
typed.dropNulls(typed.weight).check()
558
typed.dropNulls { weight }.check()
0 commit comments