次の方法で共有


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 内の行数

戻り値

適用対象