1 parent eb7705e commit e22c265Copy full SHA for e22c265
1 file changed
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/CommonStatisticsDocs.kt
@@ -143,7 +143,7 @@ internal interface CommonStatisticsDocs {
143
* {@comment Note that columns inside column groups are not taken into account. KDoc-snippet.
144
* Uses the [STATISTIC] key.}
145
*
146
- * This includes columns inside [column groups][ColumnGroup].
+ * Columns inside [column groups][ColumnGroup] are also excluded.
147
* To include those in the {@get [STATISTIC] statistic}, [flatten][DataFrame.flatten] the DataFrame first.
148
*/
149
@ExcludeFromSources
0 commit comments