Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.conversion | |
tech.tablesaw.io.string | |
tech.tablesaw.table |
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.
|
Constructor and Description |
---|
TableConverter(Relation table) |
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 | Class and Description |
---|---|
class |
TableSlice
A TableSlice is a facade around a Relation that acts as a filter.
|
Modifier and Type | Method and Description |
---|---|
abstract Relation |
Relation.addColumns(Column... cols) |
abstract Relation |
Relation.removeColumns(Column... columns)
Removes the given columns from the receiver
|
Relation |
Relation.removeColumns(int... columnIndexes) |
Relation |
Relation.removeColumns(String... columnName) |
abstract Relation |
Relation.setName(String name) |
Copyright © 2018. All rights reserved.