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.
- property meta : ExecutionMetadata¶
Metadata about the execution of the function or method for the Output class.
- Return type:¶