Partager via


DataFrame.Sample(Int32) Méthode

Définition

Retourne un échantillon aléatoire de lignes

public Microsoft.Data.Analysis.DataFrame Sample (int numberOfRows);
member this.Sample : int -> Microsoft.Data.Analysis.DataFrame
Public Function Sample (numberOfRows As Integer) As DataFrame

Paramètres

numberOfRows
Int32

Nombre de lignes dans le DataFrame retourné

Retours

S’applique à