DataFrame.Add Méthode
Définition
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.
Surcharges
Add<T>(IReadOnlyList<T>, Boolean) | |
Add<T>(T, Boolean) |
Effectue un ajout par élément sur chaque colonne |
Add<T>(IReadOnlyList<T>, Boolean)
public Microsoft.Data.Analysis.DataFrame Add<T> (System.Collections.Generic.IReadOnlyList<T> values, bool inPlace = false) where T : struct;
member this.Add : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function Add(Of T As Structure) (values As IReadOnlyList(Of T), Optional inPlace As Boolean = false) As DataFrame
Paramètres de type
- T
Paramètres
- values
- IReadOnlyList<T>
- inPlace
- Boolean
Retours
S’applique à
Add<T>(T, Boolean)
Effectue un ajout par élément sur chaque colonne
public Microsoft.Data.Analysis.DataFrame Add<T> (T value, bool inPlace = false) where T : struct;
member this.Add : 'T * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function Add(Of T As Structure) (value As T, Optional inPlace As Boolean = false) As DataFrame
Paramètres de type
- T
Paramètres
- value
- T
- inPlace
- Boolean