eitsupi commented on issue #331: URL: https://github.com/apache/arrow-nanoarrow/issues/331#issuecomment-1840745907
Thanks for your reply. What I had in mind was something like a `as_polars_df()` function that I recently added to the polars package. Functions that deal with things like data.frame (e.g. `tibble::as_tibble()`, `arrow::as_arrow_table()`, etc.) naturally execute `as.data.frame()` inside the default method, but I was wondering if it would be cheaper to do `as_nanoarrow_ *` instead if Arrow is behind these. I didn't know of about `wk_handle()`. I think it would be great if we could do something similar with data.frame. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
