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

Develop API to support common operations on tables (insert, delete, etc.) #77

Open
dhrogers opened this issue Oct 11, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dhrogers
Copy link
Contributor

Many filters will need to operate on tables as a side effect. For example, a filter may compute a value and add a new column to an input table.

These insert, delete, etc. operations should be supported by a common API that is not at the filter level.

This may mean that a Table should be a data object, or that there are helper functions that support common operations like this on tables.

@dhrogers dhrogers added the enhancement New feature or request label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants