DataFrameWriter.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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