DataFrame.Take(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 中的 DataFrame 第一個 n 資料列。
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 資料列