Data Consistency for duplication within data
KEY | TYPE | Description |
---|---|---|
totalCount | int | Total count of rows in data. |
numDuplicates | int | Number of Duplicates based on primary keys in data. |
sample | FeatureRecord | A list of dicts enumerating rows the rows that contained duplications in primary keys. |