Share via


DataFrameWriter.Save Method

Definition

Overloads

Save()

Saves the content of the DataFrame as the specified table.

Save(String)

Saves the content of the DataFrame at the specified path.

Save()

Saves the content of the DataFrame as the specified table.

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

Applies to

Save(String)

Saves the content of the DataFrame at the specified path.

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

Parameters

path
String

Path to save the content

Applies to