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

(derived) Setting a filter expression to define the base of an array subvariable #216

Closed
jamesrkg opened this issue Dec 6, 2017 · 2 comments
Assignees
Milestone

Comments

@jamesrkg
Copy link

jamesrkg commented Dec 6, 2017

This is related to/clarifies #196 and #215.

We need a way to use a filter expression to define the base for an array subvariable. All rows that do not satisfy the filter expression should be set to missing for that subvariable.

This is related to #215 which requests for the same sort of control but at the variable-level, rather than the subvariable-level.

Example for clarity (not necessarily an API suggestion):

ds[alias][subalias].base_filter = "valid(other_subvariable)"

@xbito
Copy link
Contributor

xbito commented Dec 28, 2017

@jjdelc is that possible in the API?

@jamesrkg
Copy link
Author

jamesrkg commented Feb 7, 2018

As with #215 this will actually be addressed by #228, so I'm closing it.

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

3 participants