Skip to content

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.

Parameter Type
column ColOrName
schema string

Column