次の方法で共有


DataFrame.Item[IEnumerable プロパティ

定義

オーバーロード

Item[IEnumerable<Int64>]

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

Item[String]

に基づくインデクサー Name

Item[IEnumerable<Int32>]

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

Item[Int64, Int32]

値を取得または設定するインデクサー。

Item[PrimitiveDataFrameColumn<Int64>]

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

Item[PrimitiveDataFrameColumn<Int32>]

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

Item[PrimitiveDataFrameColumn<Boolean>]

フィルターのブール値を使用して新しい DataFrame を返します

Item[IEnumerable<Boolean>]

のブール値を使用して新しい DataFrame を返します。 rowFilter

Item[IEnumerable<Int64>]

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

public Microsoft.Data.Analysis.DataFrame this[System.Collections.Generic.IEnumerable<long> rowIndices] { get; }
member this.Item(seq<int64>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowIndices As IEnumerable(Of Long)) As DataFrame

パラメーター

rowIndices
IEnumerable<Int64>

プロパティ値

適用対象

Item[String]

に基づくインデクサー Name

public Microsoft.Data.Analysis.DataFrameColumn this[string columnName] { get; set; }
member this.Item(string) : Microsoft.Data.Analysis.DataFrameColumn with get, set
Default Public Property Item(columnName As String) As DataFrameColumn

パラメーター

columnName
String

の名前 DataFrameColumn

プロパティ値

存在 DataFrameColumn する場合は 。

例外

がこれに存在しない場合 columnName は をスローします DataFrame

適用対象

Item[IEnumerable<Int32>]

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

public Microsoft.Data.Analysis.DataFrame this[System.Collections.Generic.IEnumerable<int> rowIndices] { get; }
member this.Item(seq<int>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowIndices As IEnumerable(Of Integer)) As DataFrame

パラメーター

rowIndices
IEnumerable<Int32>

プロパティ値

適用対象

Item[Int64, Int32]

値を取得または設定するインデクサー。

public object this[long rowIndex, int columnIndex] { get; set; }
member this.Item(int64 * int) : obj with get, set
Default Public Property Item(rowIndex As Long, columnIndex As Integer) As Object

パラメーター

rowIndex
Int64

0 から始まる行インデックス

columnIndex
Int32

0 から始まる列インデックス

プロパティ値

と の積集合 rowIndex に格納されている値 columnIndex

適用対象

Item[PrimitiveDataFrameColumn<Int64>]

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

public Microsoft.Data.Analysis.DataFrame this[Microsoft.Data.Analysis.PrimitiveDataFrameColumn<long> rowIndices] { get; }
member this.Item(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int64>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowIndices As PrimitiveDataFrameColumn(Of Long)) As DataFrame

パラメーター

rowIndices
PrimitiveDataFrameColumn<Int64>

行インデックスの列

プロパティ値

適用対象

Item[PrimitiveDataFrameColumn<Int32>]

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

public Microsoft.Data.Analysis.DataFrame this[Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int> rowIndices] { get; }
member this.Item(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowIndices As PrimitiveDataFrameColumn(Of Integer)) As DataFrame

パラメーター

rowIndices
PrimitiveDataFrameColumn<Int32>

行インデックスの列

プロパティ値

適用対象

Item[PrimitiveDataFrameColumn<Boolean>]

フィルターのブール値を使用して新しい DataFrame を返します

public Microsoft.Data.Analysis.DataFrame this[Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> rowFilter] { get; }
member this.Item(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowFilter As PrimitiveDataFrameColumn(Of Boolean)) As DataFrame

パラメーター

rowFilter
PrimitiveDataFrameColumn<Boolean>

ブール値の列

プロパティ値

適用対象

Item[IEnumerable<Boolean>]

のブール値を使用して新しい DataFrame を返します。 rowFilter

public Microsoft.Data.Analysis.DataFrame this[System.Collections.Generic.IEnumerable<bool> rowFilter] { get; }
member this.Item(seq<bool>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowFilter As IEnumerable(Of Boolean)) As DataFrame

パラメーター

rowFilter
IEnumerable<Boolean>

プロパティ値

適用対象