Skip to content

Commit 66bcb51

Browse files
committed
disable example that looks bad for now
1 parent f28bd30 commit 66bcb51

File tree

2 files changed

+1
-674
lines changed

2 files changed

+1
-674
lines changed

core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/Modify.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ class Modify : TestBase() {
11981198
}
11991199

12001200
@Test
1201-
@TransformDataFrameExpressions
1201+
// @TransformDataFrameExpressions
12021202
fun multiCallOperations() {
12031203
// SampleStart
12041204
df.update { age }.where { city == "Paris" }.with { it - 5 }

0 commit comments

Comments
 (0)