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

Class for cells #696

Closed
lars-reimann opened this issue May 2, 2024 · 1 comment
Closed

Class for cells #696

lars-reimann opened this issue May 2, 2024 · 1 comment
Assignees

Comments

@lars-reimann
Copy link
Member

lars-reimann commented May 2, 2024

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 Row abstract
  • Add an implementation of Cell that actually works on an entire column (vectorized)
  • Add an implementation of Row that 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

@lars-reimann
Copy link
Member Author

Implemented in #734 and #738.

@github-project-automation github-project-automation bot moved this from Backlog to ✔️ Done in Library May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant