-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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
- Add an abstract class
Cell - Make
Rowabstract - Add an implementation of
Cellthat actually works on an entire column (vectorized) - Add an implementation of
Rowthat actually works on an entire table (vectorized) - The cells class can also offer operations like
is_missing_value
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✔️ Done