Module polars_io::csv_core::utils[][src]

This is supported on crate feature csv-file 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.