Share via


DataFrameWriter.Csv(String) Method

Definition

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

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

Parameters

path
String

Path to save the content

Applies to