Function schema_of_csv

Source
pub fn schema_of_csv(
    csv: impl Into<Column>,
    options: Option<HashMap<&str, &str>>,
) -> Column
Expand description

Parses a CSV string and infers its schema in DDL format