DataFrame.Take(Int32) 方法

定义

返回 中的DataFramen一行。

public System.Collections.Generic.IEnumerable<Microsoft.Spark.Sql.Row> Take (int n);
member this.Take : int -> seq<Microsoft.Spark.Sql.Row>
Public Function Take (n As Integer) As IEnumerable(Of Row)

参数

n
Int32

行数

返回

第一 n

适用于