Click or drag to resize

DataFrameRemoveRows(Subset) Method

Removes the rows from this data frame specified by the given row subset.

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

Parameters

rowSubset  Subset
A row subset.

Return Value

DataFrame
This data frame.
See Also