from_csv
function from_csv(column, schema): Column;Defined in: functions/csv.ts:8
Parses a column containing a CSV string into a StructType with the specified schema.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
schema | string |