CMD + K

polars-strsim

Community

Polars extension for string similarity

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::polars-strsim

Usage Tracking

0.2.5
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

This package provides python bindings to compute various string similarity measures directly on a polars dataframe. All string similarity measures are implemented in rust and computed in parallel. The similarity measures that have been implemented are: Levenshtein Jaro Jaro-Winkler Jaccard Sørensen-Dice Each similarity measure returns a value normalized between 0.0 and 1.0 (inclusive), where 0.0 indicates the inputs are maximally different and 1.0 means the strings are maximally similar.

About

Summary

Polars extension for string similarity

Last Updated

Apr 29, 2025 at 20:15

License

MIT

Supported Platforms

macOS-64
win-64
linux-64