Sdílet prostřednictvím


DataFrame.Item[IEnumerable Vlastnost

Definice

Přetížení

Item[IEnumerable<Int64>]

Vrátí nový datový rámec s použitím indexů řádků v rowIndices

Item[String]

Indexer založený na Name

Item[IEnumerable<Int32>]

Vrátí nový datový rámec s použitím indexů řádků v rowIndices

Item[Int64, Int32]

Indexer pro získání nebo nastavení hodnot

Item[PrimitiveDataFrameColumn<Int64>]

Vrátí nový datový rámec s použitím indexů řádků v rowIndices

Item[PrimitiveDataFrameColumn<Int32>]

Vrátí nový datový rámec s použitím indexů řádků v rowIndices

Item[PrimitiveDataFrameColumn<Boolean>]

Vrátí nový datový rámec s použitím logických hodnot ve filtru.

Item[IEnumerable<Boolean>]

Vrátí nový datový rámec s použitím logických hodnot v rowFilter

Item[IEnumerable<Int64>]

Vrátí nový datový rámec s použitím indexů řádků v 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

Parametry

rowIndices
IEnumerable<Int64>

Hodnota vlastnosti

Platí pro

Item[String]

Indexer založený na 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

Parametry

columnName
String

Název DataFrameColumn

Hodnota vlastnosti

A DataFrameColumn , pokud existuje.

Výjimky

Vyvolá, pokud columnName není v tomto objektu k dispozici. DataFrame

Platí pro

Item[IEnumerable<Int32>]

Vrátí nový datový rámec s použitím indexů řádků v 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

Parametry

rowIndices
IEnumerable<Int32>

Hodnota vlastnosti

Platí pro

Item[Int64, Int32]

Indexer pro získání nebo nastavení hodnot

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

Parametry

rowIndex
Int64

Index řádků založený na nule

columnIndex
Int32

Index sloupců založený na nule

Hodnota vlastnosti

Hodnota uložená v průsečíku rowIndex a columnIndex

Platí pro

Item[PrimitiveDataFrameColumn<Int64>]

Vrátí nový datový rámec s použitím indexů řádků v 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

Parametry

rowIndices
PrimitiveDataFrameColumn<Int64>

Sloupec indexů řádků

Hodnota vlastnosti

Platí pro

Item[PrimitiveDataFrameColumn<Int32>]

Vrátí nový datový rámec s použitím indexů řádků v 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

Parametry

rowIndices
PrimitiveDataFrameColumn<Int32>

Sloupec indexů řádků

Hodnota vlastnosti

Platí pro

Item[PrimitiveDataFrameColumn<Boolean>]

Vrátí nový datový rámec s použitím logických hodnot ve filtru.

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

Parametry

rowFilter
PrimitiveDataFrameColumn<Boolean>

Sloupec logických hodnot

Hodnota vlastnosti

Platí pro

Item[IEnumerable<Boolean>]

Vrátí nový datový rámec s použitím logických hodnot v 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

Parametry

rowFilter
IEnumerable<Boolean>

Hodnota vlastnosti

Platí pro