Freigeben über


Microsoft.Data.Analysis Namespace

Klassen

ArrowStringDataFrameColumn

Eine unveränderliche Spalte mit Zeichenfolgen im Pfeilformat

BooleanDataFrameColumn
ByteDataFrameColumn
CharDataFrameColumn
DataFrame

Ein DataFrame zur Unterstützung der Indizierung, binärer Vorgänge, Sortierung, Auswahl und anderer APIs. Dadurch wird schließlich auch eine IDataView für ML.NET

DataFrameColumn

Der Basisspaltentyp. Hier sollten zuerst alle APIs definiert werden.

DataFrameColumnCollection

Eine DataFrameColumnCollection ist nur ein Container, der eine Reihe von DataFrameColumn-Instanzen enthält.

DataFrameJoinExtensions
DataFrameRow

Ein DataFrameRow ist eine Auflistung von Werten, die eine Zeile in einem DataFramedarstellen.

DataFrameRowCollection

Stellt die Zeilen eines DataFrame

DateTimeDataFrameColumn
DecimalDataFrameColumn
DoubleDataFrameColumn
Extensions
GroupBy

Eine GroupBy-Klasse, die in der Regel das Ergebnis eines DataFrame.GroupBy-Aufrufs ist. Sie enthält Informationen, um typische Aggregationsvorgänge auszuführen.

GroupBy<TKey>
Int16DataFrameColumn
Int32DataFrameColumn
Int64DataFrameColumn
PrimitiveDataFrameColumn<T>

Eine Spalte, die primitive Typen wie int, float usw. enthält.

SByteDataFrameColumn
SingleDataFrameColumn
StringDataFrameColumn

Eine veränderbare Spalte für Zeichenfolgen

UInt16DataFrameColumn
UInt32DataFrameColumn
UInt64DataFrameColumn
VBufferDataFrameColumn<T>

Spalte für VBuffer

Enumerationen

DropNullOptions

Optionen für DropNull().

JoinAlgorithm