Skip to main content

A Python package for deduplicating data.

Project description

deduplicate_lib

deduplication algorithms in python


GitHub codecov PyPI version Python 3.9+ License: MIT CI Code style: ruff

Key Features

  • Easy to use deduplication algorithms for any vector array
  • Suite of tolerance tuning algorithms to help you find the right tolerance value for your system
  • Suite of benchmarking tools to ensure rigor, accuracy, and speed (not yet implemented)
  • Factory Plugin architecture, for easy extensibility and modification

Implemented Algorithms

  • Distance Matrix (Simple, accurate, expensive): Computes the distance matrix for all vectors and determines duplicates by finding those that fall below a given distance
  • Multi Hashing (Fast): Smears and rounds the vectors using a normal distribution and computes the hashes for each which are then used to determine duplicates by proportion of hash clashes.

Quick Start

install using pip

pip install deduplicate_lib

load your data into python

from deduplicate_lib.plugins.deduplication_algorithms.multi_hash import MultiHash

# define your paramerters in the MultiHash object
dda=MultiHash(dataset_array=your_data_array)

# return a list of all unique values
print(dda.deduplicate())

A more detailed example can be seen in the examples directory

Dependencies

  • Python 3.9+
  • numpy
  • numba
  • scipy

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

Development Setup

# Clone the repository
git clone https://github.com/julianholland/deduplicate.git
cd deduplicate

# Install in development mode
pip install -e ".[dev]"

# Run tests
pytest

# Run linting
ruff check .
ruff format .

Running Tests

# Run all tests
pytest

# Run specific test categories
pytest tests/core/
pytest tests/plugins/
pytest tests/plugins/duplicate_detection_algorithms/distance_matrix

# Run with coverage
pytest --cov

📝 Citation

If you use deduplicate_lib in your research, please cite:

@software{deduplicate2026,
  title={deduplicate_lib: Auto Tolerance Finding Deduplication Algorithms in Python},
  author={Julian Holland},
  year={2026},
  url={https://github.com/julianholland/deduplicate},
  version={0.0.2dev}
}

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

  • The Fritz Haber Institute
  • Juan Manuel Lombardi <3

Project Links

Project To-Do

  • Add example.ipynb
  • Create general Pre-allocation protocal
  • Add benchmarks for time and robustness
  • Add Locality-Sensitive Hashing as an option
  • Speedup slow tasks with Numba
  • Set up Read the Docs
  • Create general deduplicate function

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deduplicate_lib-0.0.3.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

deduplicate_lib-0.0.3-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

Details for the file deduplicate_lib-0.0.3.tar.gz.

File metadata

  • Download URL: deduplicate_lib-0.0.3.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for deduplicate_lib-0.0.3.tar.gz
Algorithm Hash digest
SHA256 0aa3f590203e37443d4c7f22089011eb76284921aa6225ca7cd545ce4302a1fb
MD5 fec16f777f555260db10979c5268d52b
BLAKE2b-256 de23429efcea6b716353dacbea72b32435682d6ee3de5d4cab2ff5c3e257b58d

See more details on using hashes here.

File details

Details for the file deduplicate_lib-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for deduplicate_lib-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fb3679929b6ea8ac3f47c8ff1470509cbd55afeaf017cd7bb28e3a0963f824e6
MD5 94a5ede7ffa6cc90ba3fd69d4d367801
BLAKE2b-256 dd3ca1710497edeae1bc7257bab1bac224c47f5e9475ab5e0d3b6779546253a8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page