Installation

Python version support

The Python Record Linkage Toolkit supports the versions of Python that Pandas supports as well. You can find the supported Python versions in the Pandas documentation.

Installation

The Python Record linkage Toolkit requires Python 3.6 or higher. Install the package easily with pip

pip install recordlinkage

You can also clone the project on Github.

To install all recommended and optional dependencies, run

pip install recordlinkage['all']

Dependencies

The Python Record Linkage Toolkit depends on the following packages:

Optional dependecies

  • networkx - for network operations like connected components