DataStreamReader.Csv(String) 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.
Loads a CSV file stream and returns the result as a DataFrame.
public Microsoft.Spark.Sql.DataFrame Csv (string path);
member this.Csv : string -> Microsoft.Spark.Sql.DataFrame
Public Function Csv (path As String) As DataFrame
Parameters
- path
- String
File path for streaming
Returns
DataFrame object