You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: