Click or drag to resize

DataFrameGetColumns(Subset) Method

Gets a new data frame containing the portion of this data frame specified by the given column subset.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame GetColumns(
	Subset colSubset
)

Parameters

colSubset  Subset
A column subset.

Return Value

DataFrame
A new data frame.
See Also