-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.DataFrame
,org.jetbrains.dataframe.DataFrameBase
,org.jetbrains.dataframe.columns.ColumnSet
,org.jetbrains.dataframe.columns.SingleColumn
public interface DataFrameForSpread<T extends Object> implements DataFrame<T>
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.jetbrains.dataframe.DataFrameForSpread
all, any, append, associate, associateBy, column, columnNames, columns, distinctBy, drop, first, firstOrNull, get, get, get, get, get, get, get, get, get, get, get, getColumnGroup, getColumnIndex, getColumnIndex, getRows, getRows, getRows, head, indices, last, lastOrNull, map, mapIndexed, ncol, nrow, plus, plus, plus, rows, set, shuffled, single, single, size, skipLast, tail, take, takeLast, tryGetColumn, tryGetColumn, tryGetColumn, tryGetColumnGroup
-
Methods inherited from class org.jetbrains.dataframe.DataFrame
get, getColumn, getGroup, getGroup, getTable, getTable, tryGetColumn
-
Methods inherited from class org.jetbrains.dataframe.DataFrameBase
resolve, resolveSingle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-