Skip to content

Commit 6c8da01

Browse files
reduced pivot kdocs fix
1 parent 8768ac0 commit 6c8da01

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

1 file changed

+1
-1
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/pivot.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ public typealias PivotColumnsSelector<T, C> = Selector<PivotDsl<T>, ColumnsResol
11591159
*
11601160
* Serves as a transitional step between performing a reduction on pivot groups
11611161
* and specifying how the resulting reduced rows should be represented
1162-
* in a resulting [DataFrame].
1162+
* in a resulting [DataRow].
11631163
*
11641164
* Available transformation methods:
11651165
* * [values][ReducedPivot.values] — creates a new row containing the values

0 commit comments

Comments
 (0)