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

Filter on attribute #7

Open
xmichael opened this issue Oct 21, 2015 · 0 comments
Open

Filter on attribute #7

xmichael opened this issue Oct 21, 2015 · 0 comments

Comments

@xmichael
Copy link
Contributor

About
Takes a field name (string) and a text value (string) and checks which rows where field == “text”. Also takes an extra include(Boolean) parameter to indicate whether the the filter should include or exclude the values within the range

Notes

  • The original code adds an extra boolean column to the original dataset to indicate test result and returns the modified dataset
  • Not entirely sure it should be implemented. Adding primitive crude checks will never reach the flexibility of a full-fledged programming language.

Original code
Location pillar/cleaning/FilterOnAttribute

Leave unimplemented but note its existence. Such tests should be made obsolete by a proper DSL filter in PCAPI and/or FTOpen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant