Udostępnij za pośrednictwem


DataFrameRowCollection Klasa

Definicja

Reprezentuje wiersze obiektu 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)
Dziedziczenie
DataFrameRowCollection
Implementuje

Właściwości

Count

Liczba wierszy w tym elemecie DataFrame.

Item[Int64]

Indeksator, który zwróci wartość DataFrameRowindex

Metody

GetEnumerator()

Zwraca moduł wyliczający DataFrameRow obiektów

Jawne implementacje interfejsu

IEnumerable.GetEnumerator()

Reprezentuje wiersze obiektu DataFrame

Dotyczy