You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "AbhishekAdarshMishra (via GitHub)" <gi...@apache.org> on 2023/05/31 07:17:09 UTC

[GitHub] [arrow] AbhishekAdarshMishra opened a new issue, #35836: arrow.Table creation in Javascript

AbhishekAdarshMishra opened a new issue, #35836:
URL: https://github.com/apache/arrow/issues/35836

   ### Describe the usage question you have. Please include as many useful details as  possible.
   
   
   we are unable to find any documentation or reference to convert data in arrow Table or arrow RecordBatch. Like in python we have pyarrow.RecordBatch.from_arrays  in https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatch.html.
   Do we have something like that in Javascript?
   
   ### Component(s)
   
   JavaScript


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #35836: arrow.Table creation in Javascript

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #35836:
URL: https://github.com/apache/arrow/issues/35836#issuecomment-1583309926

   The tests seem to demonstrate some ways you can do this: https://github.com/apache/arrow/blob/main/js/test/unit/table/table-test.ts
   
   Do those work for you?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org