Skip to content

Add support for Arrow tables #412

@mvlvrd

Description

@mvlvrd

This is more a feature request than a bug. Sorry if this is not the right channel.

Describe the bug

I would like to convert fit objects directly to PyArrow tables, without constructing an intermediate Pandas dataframe. I have a working implementation.

Describe your system

Linux archlinux 6.16.7-arch1-1
x86-64
g++ (GCC) 15.2.1 20250813
mamba 1.5.8
conda 24.3.0

Steps/Code to Reproduce

Code Sample, a copy-pastable example

fit.to_arrow()

It's not currently implemented, should return a PyArrow Table. I have an implementation with working tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions