Expand description
Transfer data between the Apache Arrow memory format and CSV (comma-separated values).
Modules§
- reader
- CSV Reading:
ReaderandReaderBuilder - writer
- CSV Writing:
WriterandWriterBuilder
Structs§
- Reader
Builder - Builder for CSV
Readers - Writer
- A CSV writer
- Writer
Builder - A CSV writer builder
Enums§
- Quote
Style - The quoting style to use when writing CSV data.
Functions§
- infer_
schema_ from_ files - Infer schema from a list of CSV files by reading through first n records
with
max_read_recordscontrolling the maximum number of records to read.
Type Aliases§
- Reader
- CSV file reader using
std::io::BufReader