Module polars_io::csv_core::utils [−][src]
This is supported on crate features
csv-file
and private
only.Functions
Infer the schema of a CSV file by reading through the first n records of the file,
with max_read_records
controlling the maximum number of records to read.