We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some operations on tables (e.g. filter_rows) and columns (e.g. all) are dreadfully slow since they are not vectorized.
filter_rows
all
Cell
Row
is_missing_value
No response
The text was updated successfully, but these errors were encountered:
Implemented in #734 and #738.
Sorry, something went wrong.
lars-reimann
No branches or pull requests
Is your feature request related to a problem?
Some operations on tables (e.g.
filter_rows
) and columns (e.g.all
) are dreadfully slow since they are not vectorized.Desired solution
Cell
Row
abstractCell
that actually works on an entire column (vectorized)Row
that actually works on an entire table (vectorized)is_missing_value
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: