Skip to main content

infer_csv_schema

Function infer_csv_schema 

Source
pub fn infer_csv_schema(path: &Path) -> Result<Schema, SchemaInferError>
Expand description

Infer schema from a CSV file using header + sample rows.