DataFrame.Sample(Int32) Method

Definition

Returns a random sample of rows

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

Parameters

numberOfRows
Int32

Number of rows in the returned DataFrame

Returns

Applies to