| Modifier and Type | Method and Description |
|---|---|
protected void |
DataFrameColumn.setDataFrame(DefaultDataFrame dataFrame)
Used internally by the data frame.
|
void |
DataFrameColumn.validateAppend()
Throws an
exception if appending is currently not allowed. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParserNotFoundException
Created by Alex on 04.06.2015.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVException
Created by Alex on 09.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
static DataFrameMeta |
DataFrameMetaReader.read(File file)
Creates a data frame meta from an input file
|
static DataFrameMeta |
DataFrameMetaReader.read(InputStream is)
Creates a data frame meta from an input stream
|
| Modifier and Type | Method and Description |
|---|---|
static <V extends Comparable<V>,C extends DataFrameColumn<V,C>> |
StringColumnConverter.convert(StringColumn column,
Class<C> colType)
Converts a StringColumn to a other column type by parsing all values
|
Copyright © 2020. All rights reserved.