carrow icon indicating copy to clipboard operation
carrow copied to clipboard

Python bindings proof of concept

Open tebeka opened this issue 5 years ago • 1 comments

We'd like to be able to use carrow from Python. A proof of concept is:

  • Create sub directory for Python bindings
  • Create a Python extension module that uses carrow. It should expose only one function build() that will return a pyarrow.Table
    • build can re-use the code in example_test.go
  • Convert the returned table to a pandas.DataFrame

tebeka avatar Mar 27 '19 10:03 tebeka