-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
may be useful to handle ...:
-
it should be named
-
each value can be either an R vector, (converted with
array()) or an ArraySo that we can have something like this:
{code:r}
record_batch(x = 1:10, y = array(1:10))
- currently have to go through tibbles
- record_batch(tibble(x = 1:10, y = 1:10))
{code}
Reporter: Romain Francois / @romainfrancois
Assignee: Romain Francois / @romainfrancois
PRs and other links:
Note: This issue was originally created as ARROW-3815. Please see the migration documentation for further details.