pub fn infer_csv_schema(path: &Path) -> Result<Schema, SchemaInferError>Expand description
Infer schema from a CSV file using header + sample rows.
pub fn infer_csv_schema(path: &Path) -> Result<Schema, SchemaInferError>Infer schema from a CSV file using header + sample rows.