Functions
Link copied to clipboard
fun csv(file: Path, delimiter: String = ",", header: Boolean = true, quote: Char = '"', escape: Char = '\\', comment: Char? = null, schema: StructType? = null): DataFrame
fun csv(file: String, delimiter: String = ",", header: Boolean = true, quote: Char = '"', escape: Char = '\\', comment: Char? = null, schema: StructType? = null): DataFrame
Reads a CSV file.