[go: up one dir, main page]

arrow2 0.6.1

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

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

* Arrow (`io_ipc`)
* CSV (`io_csv`)
* Parquet (`io_parquet`)
* Json (`io_json`)

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