다음을 통해 공유


DataFrame.Take(Int32) 메서드

정의

의 첫 번째 n 행을 DataFrame반환합니다.

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

적용 대상