chdb icon indicating copy to clipboard operation
chdb copied to clipboard

Polars support

Open sk2 opened this issue 8 months ago • 1 comments

Hi, I see many mentions of Pandas Dataframe integrations. It would be nice to have a simple api for Polars dataframe integration (or a simple code example). Polars uses Arrow underneath so this should hopefully not be too hard. DuckDB can read/write from Polars dataframes, which is nice for expressive sql, being able to do the same with Polars would be powerful.

Polars is a high performance upgrade on Pandas which is well suited to the performance in this project. Thanks!

sk2 avatar Oct 23 '23 22:10 sk2