DataFrame.Tail(Int32) メソッド

定義

内の最後 n の行を返します DataFrame

[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

属性

適用対象