DataFrameRowCollection 类

定义

表示行 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)
继承
DataFrameRowCollection
实现

属性

Count

DataFrame中的行数。

Item[Int64]

要返回 at 的 DataFrameRow 索引器 index

方法

GetEnumerator()

返回对象的枚举器DataFrameRow

显式接口实现

IEnumerable.GetEnumerator()

表示行 DataFrame

适用于