fuzzy_pandas
fuzzy_pandas copied to clipboard
Fuzzy matches and merging of datasets in pandas using csvmatch
Hi, I match two Chinese firm databases using the package. Here is my code: _import pandas as pd import fuzzy_pandas as fpd import dask.dataframe as dd company_names = 'C:/Users/acemec/Documents/firm_data/company_annual.csv' new_companies_name...
I needed to also store the degree of the merge. Couldn't find a way to do it. The keep_left and keep_right options were conflicting with the output parameter if I...
The [PyPi page for this project](https://pypi.org/project/fuzzy-pandas/) refers to kwarg options for `fuzzy_merge` which are not actually supported. Specifically, `left_cols` and `right_cols` seem to have been conceptually replaced by [`keep_left` and...
Hello, I tried to install fuzzy-pandas on my terminal but I get the following error: ERROR: Could not build wheels for doublemetaphone, affinegap, which is required to install pyproject.toml-based projects...