DataFrame<R, C>.Rows Property

Gets an enumerator over the rows of the data frame.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IEnumerable<DataFrameRow<R, C>> Rows { get; }

Property Value

IEnumerable<DataFrameRow<R, C>>

See Also