Expand description
Transfer data between the Arrow memory format and CSV (comma-separated values).
Modules§
Structs§
- Reader
Builder - CSV file reader builder
- Writer
- A CSV writer
- Writer
Builder - A CSV writer builder
Functions§
- infer_
schema_ from_ files - Infer schema from a list of CSV files by reading through first n records
with
max_read_records
controlling the maximum number of records to read.
Type Aliases§
- Reader
- CSV file reader using
std::io::BufReader