Skip to content

Commit ddb2eb3

Browse files
KDoc fix
1 parent bd52703 commit ddb2eb3

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/concat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public fun <T, G> GroupBy<T, G>.concat(): DataFrame<G> = groups.concat()
4747
* Concatenates all groups in this [GroupBy] into a single [DataFrame],
4848
* preserving and including all grouping key columns that are not present in the group's columns.
4949
*
50-
* Doesn't affect key columns that have the same names as columns inside the groups (even if their content differs).
50+
* Doesn't affect key columns that have the same name as columns inside the groups (even if their content differs).
5151
*
5252
* This function is especially useful when grouping by expressions or renamed columns,
5353
* and you want the resulting [DataFrame] to include those keys as part of the output.

0 commit comments

Comments
 (0)