Module arrow2::io

source · []
Expand description

Contains modules to interface with other formats such as csv, parquet, json, ipc, [mod@print] and [avro].

Modules

Convert data between the Arrow and CSV (comma-separated values).

APIs to read from and write to Arrow’s IPC format.

Convert data between the Arrow memory format and JSON line-delimited records.

APIs to read from and write to NDJSON

APIs to read from and write to Parquet format.