共用方式為


DataFrameWriter.Save 方法

定義

多載

Save()

將 DataFrame 的內容儲存為指定的資料表。

Save(String)

將 DataFrame 的內容儲存在指定的路徑。

Save()

將 DataFrame 的內容儲存為指定的資料表。

public void Save ();
member this.Save : unit -> unit
Public Sub Save ()

適用於

Save(String)

將 DataFrame 的內容儲存在指定的路徑。

public void Save (string path);
member this.Save : string -> unit
Public Sub Save (path As String)

參數

path
String

儲存內容的路徑

適用於