Module polars_arrow::io

source ·
Expand description

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

Modules§

  • avroio_avro
    Read and write from and to Apache Avro
  • flightio_flight
    Serialization and deserialization to Arrow’s flight protocol
  • ipcio_ipc
    APIs to read from and write to Arrow’s IPC format.