kylebarron / arro3

A minimal Python library for Apache Arrow, connecting to the Rust arrow crate

Home Page:https://kylebarron.dev/arro3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port basic, core methods from pyarrow

kylebarron opened this issue · comments

E.g. Table.add_column, Schema.add_field, etc.

Primarily done in #64