Module polars::prelude::schema_inference  
source · Available on crate feature 
polars-io only.Structs§
Functions§
- Infer the schema of a CSV file by reading through the first n rows of the file, withmax_read_rowscontrolling the maximum number of rows to read.