Module polars_io::csv::utils

source ·
Available 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.
check if csv file is compressed