Share via


DataFrameWriter.Parquet(String) Method

Definition

Saves the content of the DataFrame in Parquet format at the specified path.

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

Parameters

path
String

Path to save the content

Applies to