@hackage / dataframe-arrow

Arrow C Data Interface foreign library for the dataframe Python bindings.

Latest1.0.2.0

About

Metadata

  • Last updated , by mchav
  • License MIT
  • Maintained by: mschavinda@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    no-csv (off by default)

    Skip building dataframe-arrow when the meta package's CSV backend is disabled (arrow-bridge becomes unbuildable).

    no-parquet (off by default)

    Skip building dataframe-arrow when the meta package's Parquet backend is disabled (arrow-bridge becomes unbuildable).

Readme

Native-shared library exposing the dataframe lazy executor to Python via the Arrow C Data Interface. Defaults to the SIMD CSV reader from dataframe-fastcsv. Can be used as a standalone FFI library for other languages as well.