pub fn infer_schema_with_options(
file_metadata: &FileMetadata,
options: &Option<SchemaInferenceOptions>,
) -> PolarsResult<ArrowSchema>
Expand description
Like infer_schema
but with configurable options which affects the behavior of inference