[ 
https://issues.apache.org/jira/browse/ARROW-10045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17200620#comment-17200620
 ] 

Joris Van den Bossche commented on ARROW-10045:
-----------------------------------------------

Yes, see the issue that Neal posted for the deprecation: 
https://issues.apache.org/jira/browse/ARROW-9518 
Will try to get to it for 2.0

[~alippai] some more example are certainly welcome!

> Pandas -> PyArrow ->JS
> ----------------------
>
>                 Key: ARROW-10045
>                 URL: https://issues.apache.org/jira/browse/ARROW-10045
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: JavaScript
>    Affects Versions: 1.0.1
>            Reporter: Adam Lippai
>            Assignee: Uwe Korn
>            Priority: Major
>
> Does the JS Table reader work?
> I return pa.serialize(pa.Table.from_pandas(df)).to_buffer().to_pybytes() as 
> application/octet-stream from a HTTP endpoint.
> Then using Javascript I try to read it:
> const table = await Table.from(fetch(("/myendpoint")));
>  console.log(table.toString());
> but it prints only [object Object] and using the debugger shows an 
> empty&unusable table. Schema and data is empty, the column with the given 
> name is not found.
> It doesn't throw any error. 
> How is this supposed to work? Do I miss something on the python or JS side?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to