Partilhar via


DataFrameRowCollection Classe

Definição

Representa as linhas de um 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)
Herança
DataFrameRowCollection
Implementações

Propriedades

Count

O número de linhas neste DataFrame.

Item[Int64]

Um indexador para retornar o DataFrameRow at index

Métodos

GetEnumerator()

Retorna um enumerador de DataFrameRow objetos

Implantações explícitas de interface

IEnumerable.GetEnumerator()

Representa as linhas de um DataFrame

Aplica-se a