Click or drag to resize

DataFrame Constructor

Overload List
 NameDescription
Public methodDataFrame Default constructor. Constructs an empty data frame.
Public methodDataFrame(DataTable) Constructs a DataFrame instance from the given DataTable.
Public methodDataFrame(DFColumn) Constructs a DataFrame instance from the given array of columns.
Public methodDataFrame(String) Constructs a DataFrame instance from the given string.
Public methodDataFrame(DataTable, Int32) Constructs a DataFrame instance from the given DataTable. Row keys are set to the values in the specified column.
Public methodDataFrame(DataTable, Object) Constructs a DataFrame instance from the given DataTable. Row keys are set to the given array of objects.
Public methodDataFrame(DataTable, String) Constructs a DataFrame instance from the given DataTable. Row keys are set to the values in the specified column.
Public methodDataFrame(DFColumn, ICollection) Constructs a DataFrame instance from the given array of columns and a collection of row keys.
Public methodDataFrame(DoubleMatrix, String) Constructs a DataFrame instance from the given matrix.
Public methodDataFrame(String, Boolean, Boolean, String, Boolean) Constructs a DataFrame instance from the given string.
Top
See Also