You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/25 16:17:44 UTC

[GitHub] [arrow] thomascmurphy opened a new issue, #13233: [JS] Is there no longer a supported way to filter?

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

   I see that the filter method moved from the table itself to the dataframe, but then that was removed completely in 8.0.0. Is there a supported way to filter now in the JS library (or any best-practices for workarounds that could be added to the docs)?


-- 
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.apache.org

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


[GitHub] [arrow] amol- commented on issue #13233: [JS] Is there no longer a supported way to filter?

Posted by GitBox <gi...@apache.org>.
amol- commented on issue #13233:
URL: https://github.com/apache/arrow/issues/13233#issuecomment-1138369074

   The compute capabilities from Javascript have been recently removed, you can see the thread here: https://lists.apache.org/list?dev@arrow.apache.org:2021-11:JS%20compute
   
   In case you want to perform analytics and transformations over the data you might want to take a look at https://github.com/uwdata/arquero that adds those capabilities on top of Arrow.


-- 
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


[GitHub] [arrow] thomascmurphy commented on issue #13233: [JS] Is there no longer a supported way to filter?

Posted by GitBox <gi...@apache.org>.
thomascmurphy commented on issue #13233:
URL: https://github.com/apache/arrow/issues/13233#issuecomment-1138648945

   Awesome, thanks very much for the explanation and info on alternatives...I'll check out arquero


-- 
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


[GitHub] [arrow] amol- closed issue #13233: [JS] Is there no longer a supported way to filter?

Posted by GitBox <gi...@apache.org>.
amol- closed issue #13233: [JS] Is there no longer a supported way to filter?
URL: https://github.com/apache/arrow/issues/13233


-- 
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