共用方式為


DataFrame.Sample(Int32) 方法

定義

傳回資料列的隨機樣本

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

參數

numberOfRows
Int32

傳回之 DataFrame 中的資料列數目

傳回

適用於