Microsoft.Data.Analysis Espace de noms
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classes
ArrowStringDataFrameColumn |
Colonne immuable pour contenir des chaînes de style de flèche |
BooleanDataFrameColumn | |
ByteDataFrameColumn | |
CharDataFrameColumn | |
DataFrame |
DataFrame pour prendre en charge l’indexation, les opérations binaires, le tri, la sélection et d’autres API. Cela finira également par exposer un IDataView pour ML.NET |
DataFrameColumn |
Type de colonne de base. Toutes les API doivent d’abord être définies ici |
DataFrameColumnCollection |
Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn. |
DataFrameJoinExtensions | |
DataFrameRow |
Un DataFrameRow est une collection de valeurs qui représentent une ligne dans un DataFrame. |
DataFrameRowCollection |
Représente les lignes d’un DataFrame |
DateTimeDataFrameColumn | |
DecimalDataFrameColumn | |
DoubleDataFrameColumn | |
Extensions | |
GroupBy |
Classe GroupBy qui est généralement le résultat d’un appel DataFrame.GroupBy. Il contient des informations pour effectuer des opérations d’agrégation classiques sur celui-ci. |
GroupBy<TKey> | |
Int16DataFrameColumn | |
Int32DataFrameColumn | |
Int64DataFrameColumn | |
PrimitiveDataFrameColumn<T> |
Colonne pour contenir les types primitifs tels que int, float, etc. |
SByteDataFrameColumn | |
SingleDataFrameColumn | |
StringDataFrameColumn |
Colonne mutable pour contenir des chaînes |
UInt16DataFrameColumn | |
UInt32DataFrameColumn | |
UInt64DataFrameColumn | |
VBufferDataFrameColumn<T> |
Colonne pour contenir VBuffer |
Énumérations
DropNullOptions |
Options pour DropNull(). |
JoinAlgorithm |