schema_of_csv
function schema_of_csv(csv): Column;Defined in: functions/csv.ts:18
Parses a CSV string and infers its schema in DDL format.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
csv | string |
function schema_of_csv(csv): Column;Defined in: functions/csv.ts:18
Parses a CSV string and infers its schema in DDL format.
| Parameter | Type |
|---|---|
csv | string |