Expand description
Transfer data between the Apache Arrow memory format and CSV (comma-separated values).
§Platform Support
Only little-endian platforms are officially supported and tested in CI. Big-endian platforms are not tested in CI and may not work correctly. Fixes for big-endian platforms are welcome and handled on a best-effort basis, but compatibility is not guaranteed.
Re-exports§
pub use self::reader::Reader;pub use self::reader::ReaderBuilder;pub use self::reader::infer_schema_from_files;pub use self::writer::Writer;pub use self::writer::WriterBuilder;
Modules§
- reader
- CSV Reading:
ReaderandReaderBuilder - writer
- CSV Writing:
WriterandWriterBuilder
Enums§
- Quote
Style - The quoting style to use when writing CSV files.