Interface | Description |
---|---|
DataReader<O extends ReadOptions> | |
DataWriter<O extends WriteOptions> | |
ReadOptions.ColumnTypeReadOptions |
Allows user to set column types.
|
Class | Description |
---|---|
ColumnTypeDetector | |
DataFrameReader | |
DataFrameWriter | |
Destination | |
FileReader | |
ReaderRegistry | |
ReadOptions | |
ReadOptions.Builder | |
Source | |
TableBuildingUtils | |
TypeUtils |
Utilities for working with
ColumnType s |
WriteOptions | |
WriteOptions.Builder | |
WriterRegistry |
Exception | Description |
---|---|
AddCellToColumnException |
This Exception wraps another Exception thrown while adding a cell to a column.
|
ColumnIndexOutOfBoundsException |
This Exception wraps another Exception thrown while adding a cell to a column.
|
RuntimeIOException |
An Runtime exception that wraps IOException so that client code need not catch IOException in
nearly every use of Tablesaw
|
Copyright © 2022. All rights reserved.