arrow2 0.9.1

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# IO

This crate offers optional features that enable interoperability with different formats:

* Arrow (`io_ipc`)
* CSV (`io_csv`)
* Parquet (`io_parquet`)
* JSON and NDJSON (`io_json`)
* Avro (`io_avro` and `io_avro_async`)

In this section you can find a guide and examples for each one of them.