Installation
Basic Installation
Install the core package using pip:
pip install pl-fuzzy-frame-match
Or using Poetry:
poetry add pl-fuzzy-frame-match
Installation for Large Datasets
For optimal performance with large datasets (>100M potential matches), install with approximate matching support:
pip install pl-fuzzy-frame-match polars-simed
Requirements
Python >= 3.9
Polars >= 1.8.2, < 2.0.0
polars-distance ~= 0.4.3
polars-simed >= 0.3.4 (optional, for large datasets)
Verify Installation
import pl_fuzzy_frame_match
print(pl_fuzzy_frame_match.__version__)