Given multiple datasets of time series data, return a dataset with rows from the first dataset that do not exist in any of the other datasets. Available in all scopes.
deDupTimeSeries(datasets...) returns Dataset
Argument | Data Type | Description |
---|---|---|
datasets | Dataset... | One or more Dataset arguments. The first Dataset's column definitions will set the result columns. All datasets must have timestamps in their first column (the "Date" data type). The datasets' other columns are matched by name, not by position within the dataset. Duplicates are detected by matching all columns. |