dataeval.detectors.linters.DuplicatesOutput¶
- class dataeval.detectors.linters.DuplicatesOutput¶
Output class for
Duplicateslint detector.- - For a single dataset, indices are returned as a list of index groups.
- - For multiple datasets, indices are returned as dictionaries where the key is the
index of the dataset, and the value is the list index groups from that dataset.