Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polars support #126

Open
sk2 opened this issue Oct 23, 2023 · 1 comment
Open

Polars support #126

sk2 opened this issue Oct 23, 2023 · 1 comment
Labels
Arrow Apache Arrow support feature request Feature Request or Proposal

Comments

@sk2
Copy link

sk2 commented Oct 23, 2023

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!

@auxten
Copy link
Member

auxten commented Oct 28, 2023

Pandas 2.0 also uses Arrow as internal data format, we will support queries on memory Arrow format.

@auxten auxten added the feature request Feature Request or Proposal label Oct 28, 2023
@auxten auxten added the Arrow Apache Arrow support label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow Apache Arrow support feature request Feature Request or Proposal
Projects
Status: Todo
Development

No branches or pull requests

2 participants