Click or drag to resize

DataFrame(DataTable) Constructor

Constructs a DataFrame instance from the given DataTable.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame(
	DataTable dt
)

Parameters

dt  DataTable
A DataTable.
Remarks
The row keys are set to rowIndex + 1.
See Also