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

map and filter Functionality #54

Open
shenoynikhil opened this issue Mar 23, 2024 · 1 comment
Open

map and filter Functionality #54

shenoynikhil opened this issue Mar 23, 2024 · 1 comment
Labels
enhancement New feature or request low priority

Comments

@shenoynikhil
Copy link
Collaborator

Two interesting functionalities for datasets,

  • .map(function) which maps a function to every element in the dataset. Kind of like transform. Reference
  • .filter() which only returns objects that satisfy a particular condition. Referece
@shenoynikhil shenoynikhil added enhancement New feature or request low priority labels Mar 23, 2024
@FNTwin
Copy link
Collaborator

FNTwin commented Mar 25, 2024

because of the datastructure that we currently have, I see limited functionality on the map function as most likely you would prefer to use transform directly on the final data object.
As previously discussed in other meetings, I see the filter function as a must have for the release even with a really basic (and limited) implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

2 participants