-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
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.