File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl
src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ import org.jetbrains.kotlinx.dataframe.ncol
20
20
import org.jetbrains.kotlinx.dataframe.nrow
21
21
import org.jetbrains.kotlinx.dataframe.values
22
22
23
+ /* *
24
+ * @property df DataFrame containing [groups] column and key columns. Represents GroupBy.
25
+ */
23
26
internal class GroupByImpl <T , G >(
24
27
val df : DataFrame <T >,
25
28
override val groups : FrameColumn <G >,
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ import org.jetbrains.kotlinx.dataframe.ncol
20
20
import org.jetbrains.kotlinx.dataframe.nrow
21
21
import org.jetbrains.kotlinx.dataframe.values
22
22
23
+ /* *
24
+ * @property df DataFrame containing [groups] column and key columns. Represents GroupBy.
25
+ */
23
26
internal class GroupByImpl <T , G >(
24
27
val df : DataFrame <T >,
25
28
override val groups : FrameColumn <G >,
You can’t perform that action at this time.
0 commit comments