TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Pandas fit to df

Open kylemann16 opened this issue 6 months ago • 0 comments

Addressing #2158, realized I never actually made a pull request for the issue.

This PR features a change to the from_pandas method, adding the argument fit_to_df, which lets you append to a dense array without needing to insert an entire row.

I also added a test that checks to make sure that everything is consistent going in and coming out of TileDB using this method.

kylemann16 avatar Jun 24 '25 12:06 kylemann16