Overload List
| Name | Description | |
|---|---|---|
| DataFrame()()() |
Default constructor. Constructs an empty data frame.
| |
| DataFrame(array<DFColumn>[]()[]) |
Constructs a DataFrame instance from the given array of columns.
| |
| DataFrame(DataTable) |
Constructs a DataFrame instance from the given DataTable.
| |
| DataFrame(String) |
Constructs a DataFrame instance from the given string.
| |
| DataFrame(DoubleMatrix, array<String>[]()[]) |
Constructs a DataFrame instance from the given matrix.
| |
| DataFrame(array<DFColumn>[]()[], ICollection) |
Constructs a DataFrame instance from the given array of columns
and a collection of row keys.
| |
| DataFrame(DataTable, Int32) |
Constructs a DataFrame instance from the given DataTable. Row keys are
set to the values in the specified column.
| |
| DataFrame(DataTable, array<Object>[]()[]) |
Constructs a DataFrame instance from the given DataTable. Row keys are
set to the given array of objects.
| |
| DataFrame(DataTable, String) |
Constructs a DataFrame instance from the given DataTable. Row keys are
set to the values in the specified column.
| |
| DataFrame(String, Boolean, Boolean, String, Boolean) |
Constructs a DataFrame instance from the given string.
|