DataFrame<R, C>.Rows Property

Gets an enumerator over the rows of the data frame.

Definition

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

Property Value

IEnumerable<DataFrameRow<R, C>>

See Also