共用方式為


DataFrameRow 類別

定義

DataFrameRow 是值集合,代表 中的數據 DataFrame列。

public class DataFrameRow : System.Collections.Generic.IEnumerable<object>
type DataFrameRow = class
    interface seq<obj>
    interface IEnumerable
Public Class DataFrameRow
Implements IEnumerable(Of Object)
繼承
DataFrameRow
實作

屬性

Item[Int32]

要傳回 位於 index之值的索引器。

Item[String]

要傳回 位於 columnName之值的索引器。

方法

GetEnumerator()

傳回這個數據列中值的列舉值。

GetValues()

DataFrameRow 是值集合,代表 中的數據 DataFrame列。

ToString()

這個數據列中值的簡單字串表示

明確介面實作

IEnumerable.GetEnumerator()

DataFrameRow 是值集合,代表 中的數據 DataFrame列。

適用於