DataFrame.Tail(Int32) 方法

定义

返回 中的最后 nDataFrame行。

[Microsoft.Spark.Since("3.0.0")]
public System.Collections.Generic.IEnumerable<Microsoft.Spark.Sql.Row> Tail (int n);
[<Microsoft.Spark.Since("3.0.0")>]
member this.Tail : int -> seq<Microsoft.Spark.Sql.Row>
Public Function Tail (n As Integer) As IEnumerable(Of Row)

参数

n
Int32

行数

返回

最后一 n

属性

适用于