You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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)"
The text was updated successfully, but these errors were encountered: