carrow
carrow copied to clipboard
Python bindings proof of concept
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 functionbuild()
that will return apyarrow.Table
-
build
can re-use the code inexample_test.go
-
- Convert the returned table to a
pandas.DataFrame