Replies: 1 comment 1 reply
-
Thanks for pointing this out! I've updated the docs accordingly: quarto-dev/quarto-web@61efed2 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following documentation suggests that Observable can handle Apache Arrow.
https://quarto.org/docs/computations/ojs.html#data-sources
So I tried using the arrow file to exchange data between the R code block and the ojs code block and was confused by the strange results I was getting.
This seems to be due to the fact that the Arrow library in js does not support compressed ipc files. I got the expected results by explicitly generating uncompressed files as follows
Note that arquero generates an error when it tries to read a compressed ipc file.
Apache Arrow is a very promising format, so it may be worth including examples in the documentation. (I used several hours for this trial and error!)
Beta Was this translation helpful? Give feedback.
All reactions