Click or drag to resize

DataFrameRemoveColumn(Int32) Method

Removes the column from this data frame with the given column index.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame RemoveColumn(
	int colIndex
)

Parameters

colIndex  Int32
A column index.

Return Value

DataFrame
This data frame.
See Also