Package | Description |
---|---|
tech.tablesaw.api | |
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 |
---|---|---|
void |
DataFramePrinter.print(Relation frame) |
Prints the specified DataFrame to the stream bound to this printer
|
Modifier and Type | Class | Description |
---|---|---|
class |
Projection |
A table projection, i.e.
|
class |
TableSlice |
A TableSlice is a facade around a Relation that acts as a filter.
|
Modifier and Type | Method | Description |
---|---|---|
Relation |
Projection.addColumns(Column... cols) |
|
abstract Relation |
Relation.addColumns(Column... cols) |
|
Relation |
Projection.removeColumns(Column... columns) |
|
Relation |
Relation.removeColumns(int... columnIndexes) |
|
Relation |
Relation.removeColumns(String... columnName) |
|
abstract Relation |
Relation.removeColumns(Column... columns) |
Removes the given columns from the receiver
|
Relation |
Projection.setName(String name) |
|
abstract Relation |
Relation.setName(String name) |
Copyright © 2018. All rights reserved.