apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.48k stars 3.52k forks source link

[Python] Add missing APIs to Table class #36398

Open danepitkin opened 1 year ago

danepitkin commented 1 year ago

Describe the enhancement requested

The following APIs exist in the RecordBatch class, but not in the Table class:

_export_to_c _import_from_c from_struct_array to_struct_array serialize

Are any of these omitted on purpose?

Component(s)

Python

jorisvandenbossche commented 1 year ago

Those might be intentional differences: