-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.DataRow
,org.jetbrains.dataframe.DataRowBase
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.dataframe.GroupedDataRow
backwardIterable, columnNames, compareTo, df, div, div, div, div, div, div, double, eq, eq, forwardIterable, get, get, get, get, get, get, get, get, getRow, int, invoke, invoke, minus, minus, minus, minus, minus, minus, ncol, ndouble, neighbours, neq, neq, nint, nstring, plus, plus, plus, plus, plus, plus, plus, plus, read, size, string, times, times, times, times, times, times, tryGet, values
-
Methods inherited from class org.jetbrains.dataframe.DataRow
index, next, prev
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-