Module polars_io::csv::utils

source ·
Available on (crate features csv-file or json) and crate feature 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.
check if csv file is compressed