Skip to content

Commit 5c2aabe

Browse files
Automated commit of generated code
1 parent c817531 commit 5c2aabe

File tree

7 files changed

+401
-214
lines changed

7 files changed

+401
-214
lines changed

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/Defaults.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ internal val skipNaNDefault: Boolean = false
1616
*/
1717
@PublishedApi
1818
internal val ddofDefault: Int = 1
19+
20+
/**
21+
* whether to skip nulls and NaNs in the cumSum operation.
22+
*/
23+
@PublishedApi
24+
internal val defaultCumSumSkipNA: Boolean = true

0 commit comments

Comments
 (0)