We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f93e9 commit 5778dd3Copy full SHA for 5778dd3
semhash/datamodels.py
@@ -40,6 +40,7 @@ class DeduplicationResult(Generic[Record]):
40
selected: List of deduplicated records after removing duplicates.
41
filtered: List of DuplicateRecord objects containing details about duplicates of an original record.
42
threshold: The similarity threshold used for deduplication.
43
+ columns: Columns used for deduplication.
44
deduplicated: Deprecated, use selected instead.
45
duplicates: Deprecated, use filtered instead.
46
0 commit comments