IDataFrame.GetRows Method

Returns a data frame that contains only the specified rows.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
IDataFrame GetRows(
	IEnumerable<int> indexes
)

Parameters

indexes  IEnumerable<Int32>
A sequence of 0-based indexes.

Return Value

IDataFrame
A data frame containing only the rows in indexes.

See Also