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

Feature request: Copy the Python API's ability to write directly to Polars #642

Open
BorgeJorge opened this issue Dec 10, 2024 · 1 comment
Labels
help wanted ❤️ we'd love your help!

Comments

@BorgeJorge
Copy link

It would be great if DuckDB-R could write directly to all the "fast" data formats in R (data.table, collapse, Polars, etc.), but the easiest to implement might be writing to Polars, since the Python API can already do this.

@krlmlr
Copy link
Collaborator

krlmlr commented Mar 7, 2025

Thanks. I wonder if Polars could consume Arrow so that we can always fall back to this? I see how writing directly to Polars and collapse might be faster, it's also a lot of work.

@krlmlr krlmlr added the help wanted ❤️ we'd love your help! label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted ❤️ we'd love your help!
Projects
None yet
Development

No branches or pull requests

2 participants