clickhouse-connect icon indicating copy to clipboard operation
clickhouse-connect copied to clipboard

Support PyArrow backed Pandas DataFrames.

Open genzgd opened this issue 3 months ago • 0 comments

Pandas 2.x allows the use of PyArrow backed DataFrames instead of Numpy. Adding this as an option would improve interoperability and in some cases performance as well. This should be possible by leveraging the current query_arrow and insert_arrow functionality.

genzgd avatar Mar 27 '24 15:03 genzgd