Package | Description |
---|---|
tech.tablesaw.aggregate | |
tech.tablesaw.api | |
tech.tablesaw.io.string | |
tech.tablesaw.store | |
tech.tablesaw.table |
Modifier and Type | Class and Description |
---|---|
class |
NumericSummaryTable
NumericSummaryTable is a standard table, but one with a specific format:
It has two columns, the first a category column and the second a numeric column,
so that it is appropriate for managing data that summarizes numeric variables by groups
|
Modifier and Type | Class and Description |
---|---|
class |
Table
A table of data, consisting of some number of columns, each of which has the same number of rows.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFramePrinter.print(Relation frame)
Prints the specified DataFrame to the stream bound to this printer
|
Modifier and Type | Method and Description |
---|---|
static String |
StorageManager.saveTable(String folderName,
Relation table)
Saves the data from the given table in the location specified by folderName.
|
Constructor and Description |
---|
TableMetadata(Relation table) |
Modifier and Type | Class and Description |
---|---|
class |
SubTable
A specialization of the standard Relation used for tables formed by grouping operations on a Relation
|
class |
TemporaryView
A TemporaryView is a facade around a Relation that acts as a filtering.
|
Modifier and Type | Method and Description |
---|---|
abstract Relation |
Relation.addColumn(Column... cols) |
Relation |
Relation.removeColumn(int columnIndex) |
abstract Relation |
Relation.removeColumns(Column... columns)
Removes the given columns from the receiver
|
Relation |
Relation.removeColumns(String... columnName) |
abstract Relation |
Relation.setName(String name) |
Copyright © 2017. All rights reserved.