共用方式為


Microsoft.Data.Analysis 命名空間

類別

ArrowStringDataFrameColumn

不可變的數據行,用來保存箭頭樣式字串

BooleanDataFrameColumn
ByteDataFrameColumn
CharDataFrameColumn
DataFrame

DataFrame,可支援索引編製、二進位作業、排序、選取和其他 API。 這最終也會公開 iDataView for ML.NET

DataFrameColumn

基底數據行類型。 您應該先在這裡定義所有 API

DataFrameColumnCollection

DataFrameColumnCollection 只是保存數個 DataFrameColumn 實例的容器。

DataFrameJoinExtensions
DataFrameRow

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

DataFrameRowCollection

表示的數據列 DataFrame

DateTimeDataFrameColumn
DecimalDataFrameColumn
DoubleDataFrameColumn
Extensions
GroupBy

GroupBy 類別,通常是 DataFrame.GroupBy 呼叫的結果。 它會保存資訊,以對它執行一般匯總作業。

GroupBy<TKey>
Int16DataFrameColumn
Int32DataFrameColumn
Int64DataFrameColumn
PrimitiveDataFrameColumn<T>

要保存基本類型的數據行,例如 int、float 等。

SByteDataFrameColumn
SingleDataFrameColumn
StringDataFrameColumn

要保存字串的可變數據行

UInt16DataFrameColumn
UInt32DataFrameColumn
UInt64DataFrameColumn
VBufferDataFrameColumn<T>

要保存 VBuffer 的數據行

列舉

DropNullOptions

DropNull () 的選項。

JoinAlgorithm