Convert CSV files to Apache Arrow. This package is part of Arrow CLI tools.
You can get the latest releases from https://github.com/domoritz/arrow-tools/releases.
cargo install csv2arrow
To avoid re-compilation and speed up installation, you can install this tool with cargo binstall
:
cargo binstall csv2arrow
```
Usage: csv2arrow [OPTIONS]
Arguments:
Options:
-s, --schema-file
The --schema-file option uses the same file format as --dry and --print-schema.