Lyonk71 / pandas-dedupe

Simplifies use of the Dedupe library via Pandas
135 stars 30 forks source link

Num cores flexible #31

Closed ieriii closed 4 years ago

ieriii commented 4 years ago

Pull request to add the argument n_cores to both dedupe_dataframe and link_dataframes. With the addition of n_cores, the user will be able to specify the number of cores to be used during clustering (default: CPU count).

This pul request will be a fix for the following issues: #30 and #29