Click or drag to resize

DataFrameRemoveRow(Object) Method

Removes all rows from this data table with the given row key.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame RemoveRow(
	Object rowKey
)

Parameters

rowKey  Object
A row key.

Return Value

DataFrame
This data frame.
See Also