Constructs a data frame from a data table.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static DataFrame<long, string> FromDataTable(
DataTable table
)
Public Shared Function FromDataTable (
table As DataTable
) As DataFrame(Of Long, String)
public:
static DataFrame<long long, String^>^ FromDataTable(
DataTable^ table
)
static member FromDataTable :
table : DataTable -> DataFrame<int64, string>
Parameters
- table
- Type: System.DataDataTable
The DataTable that contains the data.
Return Value
Type:
DataFrameInt64,
StringA new data frame containing the data in
table.
Numerical Libraries
Supported in: 6.0
Reference