filter-blank-values
Filters blank rows in a datable column.
Arguments
Inputs:
data
: The datatable containing a column with blank values to be filtered.
column
: The column containing blanks values to be filtered.
Output:
blanks
: A datatable containing the rows with blank values in the specified column.
non-blanks
: A datatable containing the rows with non-blank values in the specified column.
Possible use cases
Find rows where a specific field has not been populated, to enable pulling together a line list or submission list, or list of samples requiring further investigation.
Focus on non-blank output to identify flagged samples.
Last updated