Microsoft.Data.Analysis 命名空間
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別
| 名稱 | Description |
|---|---|
| ArrowStringDataFrameColumn |
一個不可變欄位用來存放 Arrow 風格的字串 |
| BooleanDataFrameColumn | |
| ByteDataFrameColumn | |
| CharDataFrameColumn | |
| DataFrame |
一個支援索引、二進位操作、排序、選取及其他 API 的資料框架。 這最終也會揭露 ML.NET 的 IDataView |
| 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 |
列舉
| 名稱 | Description |
|---|---|
| DropNullOptions |
DropNull() 的選項。 |
| JoinAlgorithm | |
委派
| 名稱 | Description |
|---|---|
| DataFrameColumn.GetBufferLengthAtIndex | |
| DataFrameColumn.GetBufferSortIndex | |
| DataFrameColumn.GetValueAndBufferSortIndexAtBuffer<T> | |