-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.DataRow
public interface GroupedDataRow<T extends Object, G extends Object> implements DataRow<T>
-
-
Method Summary
Modifier and Type Method Description abstract DataFrame<G>
group()
abstract DataFrame<G>
groupOrNull()
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.api.GroupedDataRow
backwardIterable, boolean, booleanOrNull, columnNames, comparable, comparableOrNull, compareTo, df, div, div, div, div, div, div, double, doubleOrNull, eq, eq, forwardIterable, get, get, get, get, get, get, get, get, get, get, getRow, index, int, intOrNull, invoke, invoke, invoke, minus, minus, minus, minus, minus, minus, ncol, neighbours, neq, neq, next, numberOrNull, plus, plus, plus, plus, plus, plus, plus, plus, prev, read, size, string, stringOrNull, times, times, times, times, times, times, tryGet, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-