Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] Is there no longer a supported way to filter? #13233

Closed
thomascmurphy opened this issue May 25, 2022 · 2 comments
Closed

[JS] Is there no longer a supported way to filter? #13233

thomascmurphy opened this issue May 25, 2022 · 2 comments

Comments

@thomascmurphy
Copy link

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

@amol-
Copy link
Member

amol- commented May 26, 2022

The compute capabilities from Javascript have been recently removed, you can see the thread here: https://lists.apache.org/[email protected]: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.

@amol- amol- closed this as completed May 26, 2022
@thomascmurphy
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants