| Package | Description |
|---|---|
| org.datavec.dataframe.api | |
| org.datavec.dataframe.store |
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.create(TableMetadata metadata)
Returns a new, empty table constructed according to the given metadata
|
| Modifier and Type | Method and Description |
|---|---|
static TableMetadata |
TableMetadata.fromJson(String jsonString) |
static TableMetadata |
StorageManager.readTableMetadata(String fileName)
Reads in a json-formatted file and creates a TableMetadata instance from it.
|
Copyright © 2017. All rights reserved.