Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.conversion | |
tech.tablesaw.conversion.smile | |
tech.tablesaw.io.string | |
tech.tablesaw.table |
Modifier and Type | Class | 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 | Description |
---|---|---|
Table |
Table.append(Relation tableToAppend) |
Returns this table after adding the data from the argument
|
Constructor | Description |
---|---|
TableConverter(Relation table) |
Constructor | Description |
---|---|
SmileConverter(Relation table) |
Modifier and Type | Method | Description |
---|---|---|
void |
DataFramePrinter.print(Relation frame) |
Prints the specified DataFrame to the stream bound to this printer
|
Modifier and Type | Class | Description |
---|---|---|
class |
TableSlice |
A TableSlice is a facade around a Relation that acts as a filter.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Relation |
Relation.addColumns(Column<?>... cols) |
|
Relation |
Relation.removeColumns(int... columnIndexes) |
|
Relation |
Relation.removeColumns(String... columnName) |
|
abstract Relation |
Relation.removeColumns(Column<?>... columns) |
Removes the given columns from the receiver
|
abstract Relation |
Relation.setName(String name) |
Copyright © 2021. All rights reserved.