DataFrameRowCollection Class

Definition

Represents the rows of a DataFrame

public class DataFrameRowCollection : System.Collections.Generic.IEnumerable<Microsoft.Data.Analysis.DataFrameRow>
type DataFrameRowCollection = class
    interface seq<DataFrameRow>
    interface IEnumerable
Public Class DataFrameRowCollection
Implements IEnumerable(Of DataFrameRow)
Inheritance
DataFrameRowCollection
Implements

Properties

Count

The number of rows in this DataFrame.

Item[Int64]

An indexer to return the DataFrameRow at index

Methods

GetEnumerator()

Returns an enumerator of DataFrameRow objects

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to